This is a basic CRUD web application built using Spring Boot and MySQL for managing student records. The application allows users to perform operations like adding new students, viewing a list of all students, updating student information, and deleting student records.
- Add new students with their name, email, date of birth, and age.
- View a list of all existing students.
- Update student information such as name, email, and date of birth.
- Delete student records from the system.
- Spring Boot
- Spring Data JPA
- MySQL
- Java
- RESTful API
To run this application locally, follow these steps:
- Clone the repository to your local machine.
- Set up a MySQL database and update the database configuration in the
application.properties
file. - Build and run the application using IntelliJ IDEA or Maven.
- Access the application by visiting
http://localhost:8080
in your web browser.
This project is licensed under the MIT License - see the LICENSE file for details.