Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 669 Bytes

File metadata and controls

18 lines (11 loc) · 669 Bytes

fullstack-interview-api

API server to act as quickstart for fullstack interview

Requirements

  • Node.js LTS (~10)

Getting Started

  • Clone the project locally and install dependencies using yarn
  • Run the project using yarn dev
  • Add/modify tests, jsdocs and API docs for any changes

Interview notes

  • We might not be able to finish the complete issue. It's okay! We are trying to determine what thought process goes into developing this. The goal is to understand how we work together on problems.
  • Let's share the screen and try to think out loud as you are solving the provided issue. Feel free to ask more clarifying questions as you go along.