
- Implemented project structure with FastAPI framework - Set up SQLite database with SQLAlchemy ORM - Created Alembic for database migrations - Implemented Item model and CRUD operations - Added health check endpoint - Added error handling - Configured API documentation with Swagger UI generated with BackendIM... (backend.im)
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.22
|
|
alembic==1.12.1
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
python-dotenv==1.0.0
|
|
pathlib==1.0.1 |