
- Set up project structure with FastAPI, SQLAlchemy, and Alembic - Create database models for User and Item - Implement CRUD operations for all models - Create API endpoints with validation - Add health check endpoint - Configure CORS middleware - Set up database migrations - Add comprehensive documentation in README
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
sqlalchemy>=2.0.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
alembic>=1.11.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.270
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
passlib>=1.7.4
|
|
bcrypt>=4.0.1 |