Skip to content

It is an E-Learning application that can be used by students, instructors, and administrators in educational institutions to facilitate the teaching and learning process. This app is under development using MongoDB, Express.js, React, and Node.js. Once completed, I will update this page.

Notifications You must be signed in to change notification settings

Volunteer-Tech/online-learning-app-MERN-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It is an E-Learning application that can be used by students, instructors, and administrators in educational institutions to facilitate the teaching and learning process. This app is under development using MongoDB, Express.js, React, and Node.js. Once completed, I will update this page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published