Package com.project.system
package com.project.system
-
ClassesClassDescriptionThe
Course
class represents a course in the Student-Course Registration System.TheCourseService
class handles CRUD operations related to courses in the MongoDB database.TheMenu
class provides the user interface for the Student-Course Registration System.TheMongoDBUtil
class provides utility methods to start an embedded MongoDB server, establish a connection, and access the MongoDB database.TheStudent
class represents a student in the Student-Course Registration System.TheStudentService
class provides CRUD operations for managing students in the MongoDB database.