Skip to content

Small service for interviewing candidates, provides a workspace with prompts to work through together

Notifications You must be signed in to change notification settings

goeffthomas/interview-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Service

Routes

  • GET / - Ping to test service health
  • GET /leads - Dump of all Leads
  • GET /leads/search - Query for matching Leads
  • POST /leads - Insert an array of Leads

Instructions

Setup:

  • Pull repo
  • Install dependencies with npm i
  • Build and start the service with npm run build and npm run dev
  • Ping to ensure that it's up by hitting localhost:3004/

About

Small service for interviewing candidates, provides a workspace with prompts to work through together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published