
- Set up project structure and FastAPI application - Create database models for users, products, and inventory - Configure SQLAlchemy and Alembic for database management - Implement JWT authentication - Create API endpoints for user, product, and inventory management - Add admin-only routes and authorization middleware - Add health check endpoint - Update README with documentation - Lint and fix code issues
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.282 |