This project was generated with Angular CLI version 9.1.0.
The InventoClient is an Angular Project that consumes the data from Invento Service.
- Login / Logout
- CRUD Products
- Read Suppliers
You need the Invento Service app running first. Then, You can do either of the following:
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. - Run
ng build
to build the project. use--prod
flag for production Build.