Files
amap/backend/README.md
JulienAldon a16c940452
Some checks failed
Deploy Amap / deploy (push) Failing after 5s
fix alembic first migration
2026-02-20 00:10:36 +01:00

709 B

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

Create migration

alembic revision --autogenerate -m "message"

Apply migration

alembic upgrade head

License

backend is distributed under the terms of the MIT license.