Files
notytex/backend
Bertrand Benjamin f76b033d55
All checks were successful
Build and Publish Docker Images / Build Frontend Image (push) Successful in 2m56s
Build and Publish Docker Images / Build Backend Image (push) Successful in 3m5s
Build and Publish Docker Images / Build Summary (push) Successful in 3s
feat(mail): restauration de l'envoie de mail
2025-12-04 06:04:13 +01:00
..
2025-11-26 15:32:21 +01:00

Notytex v2 Backend

Backend API FastAPI pour le système de gestion scolaire Notytex.

Installation

uv sync

Démarrage

uv run python -m uvicorn api.main:app --reload --port 8000

Tests

uv run pytest

Documentation API