Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 2.83 KB

README.md

File metadata and controls

100 lines (76 loc) · 2.83 KB

E-Learning App with MERN stack

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.


Installation

# 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

Main Technologies

Client Side

Libraries used in Client-side

Server Side

Libraries used in Server-side

Please give this repo a ⭐ if you found it helpful.