
- Created FastAPI application with CRUD endpoints for todos - Set up SQLAlchemy with SQLite database - Created database models and Pydantic schemas - Added Alembic for database migrations - Added health check endpoint - Updated README with project information generated with BackendIM... (backend.im)
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
fastapi>=0.68.0
|
|
uvicorn>=0.15.0
|
|
sqlalchemy>=1.4.23
|
|
alembic>=1.7.3
|
|
pydantic>=1.8.2
|
|
python-dotenv>=0.19.0 |