Simple Interview Portal app built on MEAN stack
Download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
> npm install -g nodemon
> npm install
> nodemon server.js
-
check url to sign up as Admin - http://localhost:3000/signup
-
provide valid emails in config.js for invitation emails
-
send an invitation link for quiz from admin dashboard