
- Set up project structure and dependencies - Create SQLAlchemy database models - Set up Alembic for database migrations - Implement user registration and login endpoints - Add JWT token authentication - Create middleware for protected routes - Add health check endpoint - Update README with documentation generated with BackendIM... (backend.im)
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
fastapi==0.105.0
|
|
uvicorn==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.5.2
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
python-multipart==0.0.6
|
|
bcrypt==4.0.1 |