A simple full-stack Student Management System built using Spring Boot and MySQL.
- Add student
- View all students
- Search student by ID
- Update student details
- Delete student record
- Backend: Spring Boot, Spring Data JPA
- Database: MySQL
- Frontend: HTML, CSS, JavaScript
- Tools: Maven, Git, Postman
Mini full-stack project (Admin Module)
This project focuses on core CRUD operations and demonstrates complete frontend–backend integration using REST APIs.
- Clone the repository
- Configure MySQL database in application.properties
- Run Spring Boot application
- Open http://localhost:8888/index.html