Skip to content

shoneprince/Fast-API-Project

Repository files navigation

FastAPI Blog API

A simple FastAPI backend project with user registration, JWT authentication, password hashing, and blog management.

Features

  • User creation & login
  • JWT authentication
  • OAuth2 password flow
  • Blog creation (protected routes)
  • SQLAlchemy models
  • Pydantic schemas

Run Project

pip install -r requirements.txt

uvicorn Blog.main:app --reload

About

Built a simple FastAPI backend project for user and blog management. It includes user registration, blog creation, and secure login using JWT authentication, OAuth2, and password hashing. The project follows a clean structure with models, schemas, database configuration, and organized route handling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages