A simple Student Management System built using Spring Boot and MySQL. This project allows users to perform basic CRUD (Create, Read, Update, Delete) operations on student data.
campus-mart/ ├── public/ # Static files (CSS, JS, images) ├── views/ # HTML pages ├── routes/ # Express routes ├── database/ # Database schema and config ├── server.js # Main server file └── ...