The Student System Application is a full-stack web application built using Spring Boot, React, and MySQL. It allows users to input student information through a user-friendly form, and the data is dynamically displayed in a list format.
- Add new students with their names and addresses through the form.
- Display the list of students in reverse chronological order.
- Implement CRUD operations for managing student records.
- Utilize Spring Boot for the backend RESTful API and React for the frontend interface.
- Integrate MySQL database for storing student information.
- Clone the repository:
git clone https://github.com/AakashKumar-Code/springboot-react-mysql-mini_project