Guided project for Web DB III Module.
- SQLite Studio installed.
- This Query Tool Loaded in the browser.
- Postman installed.
- fork and clone this repository.
- CD into the folder where you cloned your fork.
- type
yarn
ornpm i
to download dependencies. - type
yarn server
ornpm run server
to start the API.
Please follow along as the instructor uses Knex migrations and seeding to manage the database schema and add test data.