Skip to content

meayesha/Blog-Post-Recommendation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.2%
  • Handlebars 31.8%
  • CSS 7.0%