Files
notytex/backend
Bertrand Benjamin ba25dd19db
All checks were successful
Build and Publish Docker Images / Build Backend Image (push) Successful in 2m52s
Build and Publish Docker Images / Build Frontend Image (push) Successful in 3m7s
Build and Publish Docker Images / Build Summary (push) Successful in 3s
feat(class): landing class page
2025-12-09 16:02:47 +01:00
..
2025-12-09 16:02:47 +01:00
2025-12-09 16:02:47 +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