Automated Action 96f40fc562 Create FastAPI endpoint service
- Set up FastAPI project structure with best practices
- Implemented SQLAlchemy models with SQLite database
- Added Alembic for database migrations
- Created CRUD API endpoints for items
- Added health check endpoint
- Updated documentation

generated with BackendIM... (backend.im)
2025-05-13 19:03:02 +00:00

7 lines
180 B
Plaintext

fastapi>=0.105.0,<0.106.0
uvicorn>=0.24.0,<0.25.0
sqlalchemy>=2.0.0,<3.0.0
pydantic>=2.5.0,<3.0.0
pydantic-settings>=2.1.0,<3.0.0
alembic>=1.13.0,<2.0.0
python-dotenv>=1.0.0,<2.0.0