
- Set up project structure and dependencies - Implement database models with SQLAlchemy - Set up Alembic migrations - Create FastAPI application with CORS support - Implement API endpoints (CRUD operations) - Add health check endpoint - Update README with setup and usage instructions
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.4.2
|
|
pydantic[email]==2.4.2
|
|
python-dotenv==1.0.0
|
|
ruff==0.1.5 |