Guided project for the Node Testing 2 module.
- TablePlus installed.
- fork and clone this repository.
- CD into the folder where you cloned your fork.
- type
npm install
to download dependencies. - type
npm run start:watch
to start the API.
Please follow along as the instructor adds automated tests to the API.