/node-test2-guided

[Lambda School] Guided Project for Node Testing 2 Module

Primary LanguageJavaScriptMIT LicenseMIT

Testing the Back End

Guided project for the Node Testing 2 module.

Prerequisites

Project Setup

  • 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.