Skip to content

This is a Python backend development project that utilizes FastAPI, PostgreSQL, SQLAlchemy, and Pydantic ORM. It includes user authentication, voting system, and CORS support. Dockerized for easy deployment and tested with PyTest, this template comes with CI/CD through Github Actions.

Notifications You must be signed in to change notification settings

AdityaPunetha/FastAPI-Full-Devlopment

Repository files navigation

FastAPI-Full-Devlopment

  • Python backend with FastAPI framework for API, PostgreSQL as database
  • Routes for CRUD operations.
  • Passwords are hashed and stored in database
  • Database interfaced with SQLAlchemy
  • Pydantic ORM response model used
  • User Authentication using JWT and Oauth2 with token expiry
  • Post creation, user details are automatically taken and verified through JWT.
  • Vote Theory
  • Alembic for database migration
  • CORS
  • Dockerized
  • Tests via PyTest
  • CI/CD through Github Actions

About

This is a Python backend development project that utilizes FastAPI, PostgreSQL, SQLAlchemy, and Pydantic ORM. It includes user authentication, voting system, and CORS support. Dockerized for easy deployment and tested with PyTest, this template comes with CI/CD through Github Actions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published