/groceries2u

Groceries2u

Primary LanguageJavaScript

Groceries list
This is a web Single Page Application for managing a list of groceries to be consulted during the shop.
The list operates without refreshing the page, using Ajax calls.
The user is able to see the list of items, CRUD (Create/Read/Update/Delete) items and reorder them.

To run the sample locally from Visual Studio:

  1. Build the sample.
  2. Open the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console).
  3. In the Package Manager Console window, enter the following command: Update-Database
  4. Press F5 to debug.