Hey! This repo contains the code we wrote in class.
Getting started:
- Clone the repo with
git clone https://github.com/chuckdries/cpi310-fall-2021.git
cd cpi310-fall-2021
- Make a 'databases' folder with
mkdir databases
- Install dependencies with
npm i
- Start the code with
npm run start