There are different approaches and technologies to consume REST APIs. In this project we are using a VueJS application as a consumer of the API that we have developed in the backend repository. This is a single page web application.
npm install
npm run serve
npm run build
npm run lint
npm run test:unit