A simple FastAPI backend project with user registration, JWT authentication, password hashing, and blog management.
- User creation & login
- JWT authentication
- OAuth2 password flow
- Blog creation (protected routes)
- SQLAlchemy models
- Pydantic schemas
pip install -r requirements.txt
uvicorn Blog.main:app --reload