Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 385 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 385 Bytes

Before you begin

Fork this repository, clone it to your machine, and run yarn install (or npm install).

The Problem

In this section of interview we will write an express resolvers that reads and writes orders from a database.

Use the starter code in server/index.ts to write your code and then use the test outline in test/backend.test.ts to test that your code works.