Skip to content
  • Yoann FERREIRA's avatar
    ed41b583
    feat: initialize NestJS application with modules for formations, groups, and students · ed41b583
    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.
    ed41b583
    feat: initialize NestJS application with modules 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