The goal is for Candidate and Recruiter registration and vacancy submissions to flow into the database via Loopback/Loopback-GraphQL APIs, and the success/error logs should be persisted
Implementation
[ ] Setup Loopback routes for candidates on the lines of this(Github Link)
[ ] Setup Loopback-GraphQL route for candidate interest on the lines of this(Github Link)
[ ] Setup Loopback-GraphQL routes for recruiters on the lines of this(Github Link)
Set up Recruiter Loopback API routes
Implementation