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

Lightweight blogging API written in Python and Flask.

Notifications You must be signed in to change notification settings

lymagics/flask-blog-api

Repository files navigation

Blog API

Lightweight blogging API written in Python and Flask.

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:
flask db upgrade
  1. Run local server:
flask run

Docker-compose deployment:

  • Run command:
docker-compose up -d

Releases

No releases published

Packages

No packages published

Languages