
- Implemented user authentication with JWT - Added CRUD operations for users and items - Setup database connection with SQLAlchemy - Added migration scripts for easy database setup - Included health check endpoint for monitoring generated with BackendIM... (backend.im)
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.20
|
|
pydantic==2.3.0
|
|
alembic==1.12.0
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
python-multipart==0.0.6
|
|
bcrypt==4.0.1 |