Skip to content

satyamsingh-sg/interview-zone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interview-zone

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 

Backend endpoints :

 /login 
 /sigup
 /addUser 
 /saveInterviewDetails  
 /getquestions 
 /savequestions
 /createInterview
 /getUser?id="" 

Middleware

 verifyToken 

High level Diagram

interviewzone

Interview Service

interviewSErvice

Frontend Routes

  <Route path="/home" component={HomePage} />

 <Route path="/signup" component={Register} />

 <Route path="/signin" component={Login} />

 <Route path="/addproblem" component={addQuestion} />

 <Route path="/interview/:id" component={InterviewPage} />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.9%
  • CSS 15.9%
  • HTML 1.2%