Skip to content
PratikPalashikar edited this page Aug 18, 2019 · 8 revisions

Welcome to the forMe wiki!

  1. The idea here is to create the application which helps individual organize the interview process. He/She can use this platform to update the status of an application for different companies.
  2. Make a record of hints for the problems you are trying to solve.

Page first: Companies

  1. This page will help you add the companies which are currently interviewing and will be able to track the status for those companies.
  2. Plan to build to below APIs for the first page:
    • get /companies
    • put: /companies/{id} (update the company name, status, result)
    • get /companies/{id} Get the specific company using the specific uuid (id)
    • post: /add-company (add the new company you are targeting to interview)

Clone this wiki locally