Ceci est un TP demandé par la plateforme EDACY Dans ce projet, des opérations CRUD ont été implémentées pour gestion des étudiants d'une école.
-
Créer une nouvelle classe (CREATE)
-
Voir classe (READ)
-
voir liste des classes (READ)
-
modifier classe (UDPATE)
-
supprimer classe (DELETE)
-
inscrire nouvel étudiant (CREATE)
-
Voir étudiant (READ)
-
voir liste des étudiants (READ)
-
modifier étudiant (UDPATE)
-
supprimer étudiant (DELETE)
The Lycée d'Excellence de Dakar is today the best high school in Senegal for its quality of education and its results. We wish to innovate and continue to remain the leader by optimizing the entire educational process of the students and offering visibility to parents and the administration. Mr. Demba Sarr, the director of the school, has called upon a software developer to set up a management application for him. He would like to have the possibility to add classes in the system. For example: Terminal S1, Terminal S2, Terminal L1a, Terminal L2b. He can also modify or delete any information concerning the classes. To facilitate enrollment in his school, he would also like to have a part in the application where he can add students and put them in a specific class. For example. He can register his daughter Penda Sarr in Terminal s2. Finally, for a first version of this platform he will need a part where he can list all the students and classes existing in his school.
- Use the project made in the Week 5 assignment
- Use Nest JS in the Backend
- Use Graph QL Client with Angular
- Put the project on Github
- Add on the Github project, a README file that documents the project
- Share the link of the Github project as an assignment
interface Angular -->
[Link to Angular interface project repo](https://github.com/papabaab/edacy-lycee-dakar.git)
git clone https://github.com/papabaab/api-lyceedakar-nestjs.git
cd api-lyceedakar-nestjs
npm install
npm run start:dev