Skip to content

cs546-group41/Hoboken-Teens-Work

Repository files navigation

Hoboken Teens Work

How to run the application:

  • Download and install the latest LTS version of Node

  • Open terminal inside the project directory and run the following command to install all node dependencies:

    npm i
    
  • Run the following command to populate the database:

    node seed.js
    
  • Run the following command to start the server:

    npm start
    
  • The server will be running on port 3000. Open browser and navigate to http://localhost:3000/