
- Set up project structure with FastAPI and dependency files - Configure SQLAlchemy with SQLite database - Implement user authentication using JWT tokens - Create comprehensive API routes for user management - Add health check endpoint for application monitoring - Set up Alembic for database migrations - Add detailed documentation in README.md
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.22
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-jose>=3.3.0
|
|
passlib>=1.7.4
|
|
python-multipart>=0.0.6
|
|
bcrypt>=4.0.1
|
|
ruff>=0.1.3
|
|
httpx>=0.24.1
|
|
python-dotenv>=1.0.0 |