Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 428 Bytes

Node Server Testing Guided Project

Guided project for Node Server Testing Module.

Project Setup

  • clone this repository.
  • move inside the project folder.
  • type npm i to download dependencies.
  • type npm run migrate to run migrations.
  • type npm run seed to seed the db.
  • type npm run server to start the API.

Please follow along as the instructor adds automated tests to the API.