Skip to content

Maqil/Elearning-School-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download and install MongoDB

Start by cloning the project

$ git clone https://github.com/Maqil/Elearning.git

Enter the project directory, you can run:

  • For Windows :
$ cd /c/user/Elearning
  • For macOS :
$ cd /Users/user/Elearning
  • For Linux :
$ cd /home/user/Elearning

and then run :

$ npm install

Running the React app (Front-end)

$ npm start

Running the node.js (Back-end)

$ cd backend
$ nodemon server.js

Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published