Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
/ fastapi-blog-api Public archive

Lightweight blogging API written in Python and FastAPI.

Notifications You must be signed in to change notification settings

lymagics/fastapi-blog-api

Repository files navigation

Blog API

Lightweight blogging API written in Python and FastAPI.

Resources:

  • Users
  • Posts
  • Tokens
  • Follows

Deploy methods:

Local deployment:

  1. Install requirements.txt:
pip install -r requirements.txt
  1. Fill in .env file with .env.example file
  2. Apply database migrations:
alembic upgrade head
  1. Run local server:
uvicorn run:app --reload

Docker-compose deployment:

  • Run command:
docker-compose up -d

About

Lightweight blogging API written in Python and FastAPI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages