Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 549 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 549 Bytes

ShoppingCart

  • In order to install to run the application, make sure you have Angular environment set environment properly set up.
  • go to the root of the product and run npm install
  • make sure that you have json-server up and running. For more details: follow the instructions of the json-server here: https://github.com/typicode/json-server
  • run the json-server against the uploaded file: databaseShopping.json
  • run the application be running ng serve against the root of the application