December 2017
Intermediate to advanced
296 pages
5h 56m
English
To run the app, open a terminal/prompt inside the web-app folder and run the following:
ng serve
Once the webpack compilation is successful, navigate to http://localhost:4200/login and we should see the login page, this is the first page:

We can use the account we have created while testing the API engine, using Postman, or we can create a new account by clicking on Register with Web App as follows:

If the registration is successful, we should ...