An LMS website made on Node.js, which performs the following basic CRUD operations on a MongoDB database, consisting of student, teacher and course collections:
- Adding/Removing/Editing/Deleting a student from the university database.
- Adding/Removing/Editing/Deleting a teacher from the university database.
- Adding/Removing/Editing/Deleting a course from the university database.
- Enrolling a student to a course.
- Dropping a student from a course.
Source code is available on this github repository so to launch this website locally, you can:
- Clone this github repository.
- Download node.js(if not installed on system).
- Run the commmand: "npm install".
- Run the commmand: "npm start".
Website will be deployed soon.