/SimpleReceipt

Receipt generating demo app

Primary LanguageC#

SimpleReceipt

Clone repo Make sure you have admin rights

Backend project:

  • Open project
  • Set api project as startup
  • Configure connection string in appSettings.json
  • Start
  • http://localhost:65389/api/index.html

Frontend project:

  • Open project
  • Run "npm install" to setup dependencies
  • Run "ng serve"
  • Start
  • http://localhost:4200/#/

App

  • Navbar contains available cafes from company
  • Receipts component contains list of recipes and their details
  • Pressing add receipt button you go to edit new receipt and add beverages
  • Saving returns you back to receipt component
  • Task and UI was ment to be simple - demo of relevant db/api coding