Students Management System Spring
1.0.0
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.

Add new students with details like name, email, adresse...
View a list of all students.
Update student information.
Delete student records.
The Ui :

create database gs_etudiants)application.properties file in the src/main/resources directory with your database configuration.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.