televet pets demo app
To Run:
Copy items from pets.sql into local database, change credentials in queries.js to match your local credentials and table name.
To Run Server:
cd node-api-postgres
npm install
node index.js
To run Client:
cd client
npm install
npm start