
- Setup project structure with FastAPI - Create user models with SQLAlchemy - Implement JWT authentication - Create auth endpoints (register, login, me) - Add health endpoint - Generate Alembic migrations - Update documentation Generated with BackendIM... (backend.im)
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
pydantic==2.4.2
|
|
sqlalchemy==2.0.22
|
|
passlib==1.7.4
|
|
python-jose==3.3.0
|
|
python-multipart==0.0.6
|
|
alembic==1.12.1
|
|
bcrypt==4.0.1
|
|
email-validator==2.0.0 |