Kaleb-Rupe / node-db1-guided

Guided Project for Web DB I Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Guided Project for Web DB I Module


Languages

Language:JavaScript 100.0%