Skip to content

ammarlakho/lms-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS2

Description

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.

How to get it to work?

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published