RootHacks 2023 project.
Jackson is teaching me how to use git pog
npm install
run program
npm start
build
npm run build
cd into server folder
node index.js
CREATE DATABASE roothacks;
enter into the database
\c roothacks
create + populate your tables
\i server/createPopTables.sql
list all tables
\dt