Skip to content

Frontend Routes

Michael Mihalchik edited this page May 3, 2021 · 1 revision

/


This page will display the splash page as well as be home of the log in and sign up modals

  • GET /

/interview


This page will be where users are asked the interview question and feedback is recorded

  • GET /interview

/feedback


This will be the page where the user can see their feedback either for the question they just completed or all of them

  • GET /feedback
  • GET /feedback/all

Clone this wiki locally