You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a website developed in Java(JEE), HTML, Css and Bootstrap. I realized this project during my licence. The important part of this project is the back-end part realized with Java(JEE).
⚠️Information : To run this project, you need a servlet container (example: Tomcat, glasfish or other) and you need to specify the path of the database file in the persistence.xml file. The database file 'ProjetJPA.sql' (located in the BD folder)
✅ View students, groups and modules
✅ Add, Delete and Update items (student, group or module)
✅ View all Student information (Group, number of absences, average, the note by module)
✅ Add note for a student
✅ View all Group information (List of all students, list of all modules)
✅ View all Module information (average all of notes)