Table of Contents
This app allows users to
Create a database named prime_feedback, The queries in the data.sql file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. The project is built on Postgres, so you will need to make sure to have that installed. I recommend using Postico to run those queries as that was used to create the queries, Open up your editor of choice and run an npm install Run npm run server in your terminal Run npm run client in your terminal The npm run client command will open up a new browser tab for you!