A simple Spring Boot + Frontend project to manage courses and student enrollments.
- Register new courses
- View available courses
- Enroll students into courses
- Display enrolled students
- Backend: Spring Boot (Java)
- Frontend: HTML, CSS, JavaScript
- Database: JPA + H2/MySQL (configure in
application.properties
) - JDK Version: 21 (LTS)
- Clone the repository:
git clone https://github.com/Vishnu2001-Coder/CourseRegisterSystem.git