This is a simple application for managing student records built with Spring Boot. It provides basic CRUD (Create, Read, Update, Delete) functionality for student entities.
- The application follows a layered architecture pattern:
-
Add new students with details like name, email, adresse...
-
View a list of all students.
-
Update student information.
-
Delete student records.
-
The Ui :
- Java
- Spring Boot
- Spring Data JPA
- MySQL
- JSP
- Bootstrap
- Maven
- Clone this repository.
- Ensure you have MySQL installed and running on your system.
- Create a MySQL database for the application. (
create database gs_etudiants
) - Update the
application.properties
file in thesrc/main/resources
directory with your database configuration. - Build the project using Maven.
- Run the application.
Note : This repository also contains a version of the student management system implemented with Spring. If you prefer the Spring version, please refer to the appropriate directory.
- Name: Aymane Maghouti
- Email: aymanemaghouti16@gmail.com
- LinkedIn: Aymane Maghouti