Backend¶ Stack technique¶ Go Gin (API HTTP) PostgreSQL Swagger Démarrage local¶ Depuis la racine du projet: make run-back Swagger local: http://localhost:8080/api Sections¶ Architecture Swagger et endpoints Tests backend¶ Le backend contient des tests unitaires Go dans back/test. Exécution: cd back go test ./test/...