
- Set up project structure - Create FastAPI app with health endpoint - Implement SQLAlchemy with SQLite database - Set up Alembic for database migrations - Create CRUD operations for items - Add comprehensive documentation
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.0
|
|
pydantic-settings>=2.0.0
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
ruff>=0.0.284 |