Files
notytex/backend
Bertrand Benjamin 08c8ee4931
All checks were successful
Build and Publish Docker Images / Build Backend Image (push) Successful in 3m1s
Build and Publish Docker Images / Build Frontend Image (push) Successful in 3m0s
Build and Publish Docker Images / Build Summary (push) Successful in 3s
feat(class): improve class/id/student
2025-12-03 06:32:16 +01:00
..
2025-12-03 06:32:16 +01:00
2025-12-03 06:20:17 +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