Skip to content
 
 

Latest commit

 

History

208 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-546-Final-Project

This is the repo for cs 546 final project

Running the Website

Step 1:

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

Step 2:

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

Step 3:

You can now access the web application in your browser by navigating to:

http://localhost:3000

About

This is the repo for cs 546 final project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages