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