Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 615 Bytes

Node DB 4 Guided Project

Guided project for Node DB 4 Module.

Prerequisites

Project Setup

  • fork and clone this repository.
  • CD into the folder where you cloned your fork.
  • type npm i to download dependencies.
  • type npm run server to start the API.

Please follow along as the instructor uses Knex migrations and seeding to create a multi-table database schema.