Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverestMinds Elearning System

Features

  • Login
  • Register
  • Roles
  • Hashed Password
  • Courses
  • Categories
  • Admin Dashboard

Technologies Used

  • MongoDB
  • Express
  • ReactJS
  • NodeJS

Deploying

  • Docker
  • Heroku

Postman API

API Collection

ERD Design

https://dbdiagram.io/d/630a75cff1a9b01b0ff5861e

Installation In Local Environment

  • Create .env file after editing this example
NODE_ENV = "production"
PORT = "5000"
MONGO_URI = "mongodb+srv://username:pass@cluster.mongodb.net/"
JWT_SECRET = "abc123"
  • Building & running the application
npm install
cd everestminds && npm install && npm build
cd ..  && npm start

Demo App

https://everstminds.herokuapp.com/

Admin Demo Account

Building Through Docker

docker build -t everestminds .
docker run --publish 5000:5000 everestminds

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages