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