Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 508 Bytes

GroceryList-w-Backend

How to start (macOS Instructions):

  1. Enter into terminal: alias startMongo='mongod --dbpath PATH_TO_DIRECTORY/Grocery_List/backend/data'
  2. To start database, enter startMongo into terminal
  3. To start UI, cd into UI folder and type npm install && npm start
  4. To start backend, cd into backend folder and type npm install && npm start

Current Issues:

  1. Page must be reloaded when any change is made
  2. Checked state is not currently implemented