Package org.codewithmagret.rest.course


package org.codewithmagret.rest.course
  • Class
    Description
    Represents a course that students can enroll in.
    Controller for managing courses.
    Data Transfer Object for creating a new Course.
    Repository interface for Course entities, providing CRUD operations.
    Service class for handling business logic related to Course entities.