779 B
779 B
backend
Table of Contents
Installation
apt install weasyprint
hatch shell
fastapi dev src/main.py
Migration
This repository use alembic for migrations
On first installation copy the alembic.ini.example to alembic.ini
Create migration
alembic revision --autogenerate -m "message"
Apply migration
alembic upgrade head
License
backend is distributed under the terms of the MIT license.