- Login
- Register
- Roles
- Hashed Password
- Courses
- Categories
- Admin Dashboard
- MongoDB
- Express
- ReactJS
- NodeJS
- Docker
- Heroku
https://dbdiagram.io/d/630a75cff1a9b01b0ff5861e
- 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
https://everstminds.herokuapp.com/
- Username: everest@gmail.com
- Password: 123456
docker build -t everestminds .
docker run --publish 5000:5000 everestminds