
- Setup project structure and FastAPI application - Create SQLAlchemy models for users, products, carts, and orders - Implement Alembic migrations - Add CRUD operations and endpoints for all resources - Setup authentication with JWT - Add role-based access control - Update documentation
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.20
|
|
alembic>=1.12.0
|
|
pydantic>=2.3.0
|
|
pydantic-settings>=2.0.3
|
|
python-jose>=3.3.0
|
|
passlib>=1.7.4
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
bcrypt>=4.0.1
|
|
ruff>=0.0.287 |