-
Yoann FERREIRA authored
- Added package.json with dependencies and scripts for building, testing, and linting. - Created AppModule to import FormationModule, GroupModule, and StudentModule. - Implemented Formation, Group, and Student entities with corresponding DTOs. - Developed controllers and services for managing formations, groups, and students. - Implemented basic CRUD operations for formations, groups, and students.
Yoann FERREIRA authored- Added package.json with dependencies and scripts for building, testing, and linting. - Created AppModule to import FormationModule, GroupModule, and StudentModule. - Implemented Formation, Group, and Student entities with corresponding DTOs. - Developed controllers and services for managing formations, groups, and students. - Implemented basic CRUD operations for formations, groups, and students.
Loading