In this project we will cover the basics of Structure Query Language (SQL), Relational Databases, and Knex.js Queries.
- clone this repository.
- move into the project folder.
- type
npm ito download dependencies. - type
npm run serverto start the dev server.
Before using the following scripts it's recommended to remove the database from SQLite Studio.
- type
npm run resetdbto reset the database to its initial state.