
- Setup project structure and dependencies - Create Todo model and SQLAlchemy database connection - Set up Alembic for database migrations - Implement CRUD operations and API endpoints - Add health check endpoint - Update README with project documentation generated with BackendIM... (backend.im)
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.23
|
|
pydantic==2.4.2
|
|
alembic==1.12.1
|
|
python-dotenv==1.0.0
|
|
python-multipart==0.0.6
|