Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 281 Bytes

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