- for windows : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
- for mac : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
- for Linux : https://docs.mongodb.com/manual/administration/install-on-linux/
$ git clone https://github.com/Maqil/Elearning.git
- For Windows :
$ cd /c/user/Elearning
- For macOS :
$ cd /Users/user/Elearning
- For Linux :
$ cd /home/user/Elearning
and then run :
$ npm install
$ npm start
$ cd backend
$ nodemon server.js
Open http://localhost:3000 to view it in the browser.