Skip to content

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

executable file
·
23 lines (18 loc) · 873 Bytes

WCFB

JumboCode 2018-2019 project for Worcester County Food Bank, led by Patrick Wolfe. This is a web app designed to streamline the sign in process for volunteers and reduce the amount of manual bookkeeping the food bank needs to do.

Members

  • Trisha Cox
  • Jonathon Conory
  • Dylan Todtfeld
  • Lulu Zheng
  • Kate Clawson
  • Sophia Song
  • Harsh Prajapati
  • Brian Lin
  • Alice Dempsey
  • Nihal Pai

Getting Set up

  1. Clone this repo. Copying the link from the 'Clone or Download' button above and pasting it after the command 'git clone' on Terminal should be all you need to do for this step.

  2. 'npm install' and you should see a few packages install.

  3. 'npm start' will start running the server locally on port 3000. A mongod process will also need to be running on port 27017.

  4. Navigating to localhost:3000 will allow you to interact with the app locally.