Guided project for Node DB 4 Module.
- SQLite Studio installed.
- a rest client like Insomnia or Postman installed.
- import and clone this repository.
- CD into the folder where you cloned your version.
- 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.