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
- Swagger UI: http://localhost:8000/api/v2/docs
- ReDoc: http://localhost:8000/api/v2/redoc