An E-learning Platform, based on the MERN stack.
This project was bootstrapped with Create React App with other libraries.
The UI was built based on Material-UI also with it's associated libraries ecosystem
Have a look at the Demo: https://thenewelearn.herokuapp.com/
- Install Node.js
- Install npm
- If you plan to use a local instance of MongoDB database, install MongoDB atlas.
- Clone this github repo.
- Open the local project directory in a terminal, and run:
npm install && npm run devStart
for both client and server side to start the app.