Demo Link: https://youtu.be/FU_iNSFyGEc
Instructions to Setup
Please follow these steps:
1. Steps to set up the database (migrations, environment variables):
- create 2 tables in a database through pgAdmin or command line using the scripts located in the db_ddl folder
- adjust the backend/db.js file accordingly
2. Steps to run the backend:
- cd backend
- npm install
- npm run start
3. Steps to run the frontend:
- cd frontend
- npm install
- npm run start