Fall 2023 CIS 550 final project at the University of Pennsylvania.
Completed by Dilini Ranaweera, Michelle Chang, Srikar Gudimella, and Susan Zhang.
To compile our project, complete the following steps:
- cd into server from the command line
- run node server.js OR npm start
- open a separate terminal and type "cd client"
- once we have successfully cd'd into client, run npm start. The app should launch on port 3000.