Commit Graph

7 Commits

Author SHA1 Message Date
Nabil Derouiche d1e3ffe12a fix: permit /error endpoint to show proper error messages 2026-04-19 20:32:25 +01:00
Nabil Derouiche 22944b571d docs: mark API as deployed on port 8090, update SUIVI-PROJET 2026-04-19 20:27:39 +01:00
Nabil Derouiche 467c41cc48 fix: change backend port from 8080 to 8090 (DSM conflict) 2026-04-19 20:25:21 +01:00
Nabil Derouiche 62ac11a177 fix: remove MySQL external port 3307 (conflicts with server) 2026-04-19 20:22:57 +01:00
Nabil Derouiche b33cd12d09 fix: add missing PurchaseOrder import in DashboardController 2026-04-19 20:20:07 +01:00
Nabil Derouiche b53fcf0ab9 feat: initial Spring Boot API - modules Auth, Articles, Tiers, Achats, Ventes, Production, Stock, Dashboard
- Architecture n-tiers : Controller → Service → Repository → Model
- Sécurité JWT complète (Spring Security 6 + JJWT 0.12)
- 6 rôles : PDG, Vente, Achat, Production, Magasinier, RH
- Entités JPA : User, Role, Article, Client, Fournisseur, PurchaseOrder, SalesOrder, DeliveryNote, ProductionOrder, BomLine, StockMovement
- Services métier : StockService, PurchaseOrderService, SalesOrderService, ProductionOrderService
- DataInitializer : création des rôles + admin par défaut au démarrage
- Docker Compose : Spring Boot + MySQL 8

PFE Ali Guennari — SUARL Rayhan
2026-04-19 19:39:31 +01:00
bolbol 07b7b133fe Initial commit 2026-04-19 18:24:55 +00:00