A Online MCQ based examination system with Paper setting, Proctoring, result analysis & result publishing.
This is our final year project, code repository. We will use git for This project management. Whenever any code update will complete push it to this repository
- Do coding in local Repository
- Commit and then push to this repository
- All project data, code changes & timeline will be recorded in this repository
- Only four of us have access to this project
git clone https://github.com/SEGRR/Project-x.git- setup project
cd project-x- setup project
npm install - Start the server
npm run devstart- optional - Install dependencies (if error is coming on step 4 i.e. any package not found)
npm install ejs express mongoose nodemon express-session passport passport-google-oauth 