
- Setup FastAPI project structure with main.py and requirements.txt - Implement SQLAlchemy ORM with SQLite database - Create Item model with CRUD operations - Implement health endpoint for monitoring - Setup Alembic for database migrations - Add comprehensive documentation in README.md - Configure Ruff for code linting
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
sqlalchemy>=2.0.0
|
|
pydantic>=2.0.0
|
|
alembic>=1.11.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.272
|
|
email-validator>=2.0.0
|
|
pydantic[email]>=2.0.0 |