Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.18 KB

File metadata and controls

53 lines (32 loc) · 1.18 KB

Logo

Examen

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

ENVIRONMENT SETUP

  1. Download & install Node.js & git & MongoDB

  2. Clone the project

  git clone https://github.com/SEGRR/Project-x.git
  1. setup project
  cd project-x
  1. setup project
  npm install 
  1. Start the server
  npm run devstart
  1. 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