Skip to content

A secure blogging application built with FastAPI, SQLAlchemy, passlib[bcrypt], PostgreSQL and Alembic

Notifications You must be signed in to change notification settings

adaniel105/fastapi-blog

Repository files navigation

This is a secure blog API built with

  • FastAPI,
  • PostgreSQL,
  • passlib[bcrypt] for password hashing,
  • JWT for authentication
  • Alembic for data migration

HOW TO RUN

cd fastapi-blog
alembic revision --autogenerate
python3 initial_data.py
fastapi dev main.py

About

A secure blogging application built with FastAPI, SQLAlchemy, passlib[bcrypt], PostgreSQL and Alembic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published