
- Set up project structure with FastAPI and SQLite - Implement user authentication using JWT - Create database models for users, conversations, and messages - Implement API endpoints for user management and chat functionality - Set up WebSocket for real-time messaging - Add database migrations with Alembic - Create health check endpoint - Update README with comprehensive documentation generated with BackendIM... (backend.im)
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
pydantic>=1.10.7
|
|
sqlalchemy>=2.0.9
|
|
alembic>=1.10.3
|
|
python-jose>=3.3.0
|
|
passlib>=1.7.4
|
|
bcrypt>=4.0.1
|
|
python-multipart>=0.0.6
|
|
pydantic-settings>=2.0.2
|
|
websockets>=11.0.3 |