Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.17 KB

Shopping

Small shopping list web-app build with Blazor WebAssembly. Using ASP.NET Core Hosting model.

Main Features:

  • User Accounts
  • Add Product Categories
  • Add Product Items in Categories
  • Create Shopping lists
  • Add, modify and remove items from list
  • Create User Groups for sharing of shopping lists

Build Status

Hosted on Azure App Services in free tier. Using Azure Cosmos DB as data store and My SQL In-App databse for user storage with Aps Net Core Identity.

Using also:

Server

Client