Package com.project.system


package com.project.system
  • Classes
    Class
    Description
    The Course class represents a course in the Student-Course Registration System.
    The CourseService class handles CRUD operations related to courses in the MongoDB database.
    The Menu class provides the user interface for the Student-Course Registration System.
    The MongoDBUtil class provides utility methods to start an embedded MongoDB server, establish a connection, and access the MongoDB database.
    The Student class represents a student in the Student-Course Registration System.
    The StudentService class provides CRUD operations for managing students in the MongoDB database.