Exercise 3 - Prepare Postman and AngularJS client

Return to Workshop

Prepare the AngularJS client

npm install
npm run dev



* To check go to http://localhost:8181 in your browser. You will get an error when checking the pages. That is ok since we are going to be building the data services for the web application.

Prepare Postman

Return to Workshop