It is a E-Learning website which provides functionality of registering in any course and watch its related videos and many other features such as Admin Panel, Instructors related functions etc.
# clone repository
https://github.com/Volunteer-Tech/online-learning-app-MERN-stack.git
# Install dependencies
npm install
Create account in Mongo Atlas and create cluster. Get your MongoURI by following the instructions and add it in keys.js file which is inside the config folder.
secretOrKey=ANY_SECRET
mongoURI: 'YOUR_URI'
To run the development server:
# the development server runs on port 3000
npm run dev
To run production build:
# create code bundle
npm run build
# run production server
npm run prod