Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 672 Bytes

Node DB3 Guided Project

Guided project for Node DB3 Module.

Prerequisites

Project Setup

  • clone this repository.
  • cd into the project folder.
  • type npm i to download dependencies.
  • type npm run server to start the API.

Please follow along as the instructor creates database access methods for a multi table schema.