Lightweight blogging API written in Python and Flask.
- Users
- Posts
- Tokens
- Follows
- Install requirements.txt:
pip install -r requirements.txt
- Fill in .env file with .env.example file
- Apply database migrations:
flask db upgrade
- Run local server:
flask run
- Run command:
docker-compose up -d