Files
amap/backend
Julien Aldon 9f57b11fcf
Some checks failed
Deploy Amap / deploy (push) Failing after 31s
fix version dependencies
2026-02-27 13:34:55 +01:00
..
2026-02-23 15:38:29 +01:00
2026-02-27 12:21:50 +01:00
2026-02-27 12:21:50 +01:00
2026-02-19 23:38:26 +01:00
2026-02-20 01:48:34 +01:00
2026-02-09 17:39:09 +01:00
2026-02-27 13:34:55 +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

Create migration

alembic revision --autogenerate -m "message"

Apply migration

alembic upgrade head

Tests

hatch run pytest
hatch run pytest --cov=src -vv

License

backend is distributed under the terms of the MIT license.