Student grade management app
We would like to have an application to properly manage ESGIS students' grades.
You are asked to set up an application allowing you to create, modify, display and delete students, sectors, classes, as well as allow you to enter student grades. The application must be able to display a student's transcript in real time.
It is recommended:
We will therefore use PHP, MySQL and AJAX. The latter is used here to boost the website and send asynchronous requests to the web server.
Each group is made up of 4 people (generally). Students are encouraged to work collaboratively (which does not mean letting just one person work). If there is the slightest problem, the student will not hesitate to create a ticket (issue) in the project. If necessary, identify a collaborator (for example @koffisani) so that they are notified of this ticket.
Students are expected to work with Git and Github. They must rely on the concepts seen in classes but also on the numerous resources available online in order to create their own branch towards which to push their personal work . This means that each student will have their own branch, containing their work.
The work to be submitted must include all the files necessary to handle the project, mainly the source code and the database script.