ADMIN UI is a demo SHOP UI based on Core UI free template.
For authentication this shop connects to the following service:
For other services this ADMIN connects to the following API gateway:
The gateway will expose the following services:
For full functionality, back end services must be up. So make sure to clone those repositories and put them up and running.
# clone the repo
$ git clone https://github.com/ricmoreira/shop_ui my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# serve with hot reload at localhost:4200.
$ ng serve
# build for production with minification
$ ng build