Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 732 Bytes

Grocery List

This application allows users to register and login to their shopping list. They can add items and mark as purchased. At the end of their shopping trip, they can press the Final Check button to confirm that they have purchased all the items on their list.

Run application

To run application, run this command to install all dependencies.

$ npm install

Switch to your project's directory:

$ cd GroceryList

Start your server

$ node .

View and explore the application and API

View application by going to http://localhost:3000

View application explorer by going to http://localhost:3000/explorer

Add test section

Test