
- Set up project structure with FastAPI - Create Todo database model and schema - Implement database connection with SQLAlchemy - Set up Alembic migrations - Implement CRUD API endpoints for Todo items - Add health check endpoint - Update documentation in README.md generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 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 |