Guided project for Node DB3 Module.
- SQLite Studio installed.
- This Query Tool Loaded in the browser.
- a rest client like Insomnia or Postman installed.
- 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.