This is the repo for cs 546 final project
In the terminal, navigate to the directory containing app.js and use the command below to install all necessary dependencies for the web application:
npm install
Use the command below to run the web application:
npm start
For some reason, if the command "npm start" does not work, try the following command:
node app.js
Use the command below to populate database
npm run seed
You can now access the web application in your browser by navigating to:
http://localhost:3000