
- Created project structure with FastAPI framework - Set up SQLite database with SQLAlchemy ORM - Implemented models: User, Item, Supplier, Transaction - Created CRUD operations for all models - Added API endpoints for all resources - Implemented JWT authentication and authorization - Added Alembic migration scripts - Created health endpoint - Updated documentation generated with BackendIM... (backend.im)
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
sqlalchemy>=2.0.7
|
|
pydantic>=1.10.7
|
|
alembic>=1.10.2
|
|
python-jose>=3.3.0
|
|
passlib>=1.7.4
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
python-dateutil>=2.8.2
|
|
bcrypt>=4.0.1 |