An Interview platform where two people can conduct interview( one as Interviewer other as candidate).
Setup
git clone <http://codernishchay/interview-zone>
cd interview-zone
cd InterviewService
npm i // install packages required.
yarn dev
// <http://localhost>://3001
cd frontend // new terminal tab
npm i
yarn start
// <http://localhost:3000>
add to .env in InterviewService : DATABASE_URL=mongodb+srv://@cluster0.zjfve.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
Backend endpoints :
/login
/sigup
/addUser
/saveInterviewDetails
/getquestions
/savequestions
/createInterview
/getUser?id=""
Middleware
verifyToken
Landing Page
Login/Sign up Page
High level Diagram
Interview Service