
- Set up project structure and requirements - Create database models and connection - Set up Alembic for migrations - Implement CRUD operations for todos - Build RESTful API endpoints - Update README with project documentation generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.24.0
|
|
sqlalchemy==2.0.23
|
|
pydantic==2.5.0
|
|
alembic==1.12.1
|
|
python-dotenv==1.0.0 |