
- Set up project structure with FastAPI - Implement user authentication system with JWT tokens - Create database models for users, notes, and collections - Set up SQLAlchemy ORM and Alembic migrations - Implement CRUD operations for notes and collections - Add filtering and sorting capabilities for notes - Implement health check endpoint - Update project documentation
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.0
|
|
pydantic>=2.0.0
|
|
python-multipart>=0.0.6
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
ruff>=0.0.0
|
|
python-dotenv>=1.0.0
|
|
email-validator>=2.0.0 |