# node-db1-guided **Repository Path**: mirrors_LambdaSchool/node-db1-guided ## Basic Information - **Project Name**: node-db1-guided - **Description**: Guided Project for Web DB I Module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction to Relational Databases, SQL and Knex In this project we will cover the basics of `Structure Query Language (SQL)`, `Relational Databases`, and `Knex.js Queries`. ## Prerequisites - [SQLite Studio Installed](https://sqlitestudio.pl/index.rvt?act=download). ## Project Setup - [ ] clone this repository. - [ ] move into the project folder. - [ ] type `npm i` to download dependencies. - [ ] type `npm run server` to start the dev server. ## Coding Along Before using the following scripts it's recommended to remove the database from SQLite Studio. - [ ] type `npm run resetdb` to reset the database to its initial state.