This is the semester project for CS4398, this project is create a web app similar to udemy or coursera.
In this repository all of the server side code is stored here. This is a node.js server with express as the middleware. The database being used is Mongodb. The frontend of this code can be found in the repository eLearning-Platform-frontend
- Fork the repository
- Open in terminal
- run
npm install - run
npm run devto start the dev server
- Be sure to create a .env file
- in the
index.jsfile there is a variable namedprocess.env.MONGO_CONNECT_KEY - This variable is pulled from the .env file
- To intialize the variable create the .env file and add
MONGO_CONNECT_KEY=<yourkey> - I will have to make users on mongodb and allow for you to connect... reach out if needed.
