Q1) Spring Boot REST Application for Student and Course Resources

Objective

CRUD Operations

  1. Add new Course
  2. Add new Student
  3. Update Course Details
  4. Fetch all courses by given Category

Additional Optional Work for More Practice

  1. Fetch all students for given Course Name
  2. Cancel Admission of specific student
  3. Cancel Course

Course Attributes

Student Attributes

Requirements