Automated Action 00174fd9dc Create REST API with FastAPI and SQLite
- Set up project structure with FastAPI
- Configure SQLite database with SQLAlchemy
- Set up Alembic for migrations
- Create Item model and schema
- Implement CRUD operations
- Add health endpoint

generated with BackendIM... (backend.im)
2025-05-13 21:57:29 +00:00

7 lines
133 B
Plaintext

fastapi==0.110.0
uvicorn==0.27.1
sqlalchemy==2.0.28
alembic==1.13.1
pydantic==2.6.1
pydantic-settings==2.2.1
typing-extensions==4.9.0