Package com.project.system
package com.project.system
-
ClassesClassDescriptionThe
Courseclass represents a course in the Student-Course Registration System.TheCourseServiceclass handles CRUD operations related to courses in the MongoDB database.TheMenuclass provides the user interface for the Student-Course Registration System.TheMongoDBUtilclass provides utility methods to start an embedded MongoDB server, establish a connection, and access the MongoDB database.TheStudentclass represents a student in the Student-Course Registration System.TheStudentServiceclass provides CRUD operations for managing students in the MongoDB database.