Guided project for Node DB 1 module.
In this project we will cover the basics of Structure Query Language (SQL)
, Relational Databases
, and Knex.js Queries
.
- TablePlus installed.
- Clone this repository.
- Move into the project folder.
- Type
npm install
to download dependencies.