Files
amap/backend
JulienAldon a854fc028e
Some checks failed
Deploy Amap / deploy (push) Failing after 22s
fix generate contract path and add alembic to dependencies
2026-02-19 23:50:00 +01:00
..
2026-02-19 23:38:26 +01:00
2026-02-09 17:39:09 +01:00
2026-02-19 23:38:26 +01:00
2026-02-19 17:34:15 +01:00
2026-02-09 17:39:09 +01:00
2026-02-18 18:08:30 +01:00
2026-02-19 23:38:26 +01:00
2026-02-14 23:59:44 +01:00

backend

PyPI - Version PyPI - Python Version


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.