Files
notytex/backend
Bertrand Benjamin cff2a33ed0 fix: Docker build issues and uvicorn command
- Add README.md to Dockerfile COPY to satisfy hatchling build requirement
- Fix uvicorn command in backend/README.md (use python -m uvicorn)
- Update uv.lock with correct Python version constraint
2025-11-26 06:13:59 +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