The application structure is as follows.
- server-side - Service implemented using Spring boot. More info
- client-side - A NodeJs application implemented using Angular 8. This consumes services hosted by server side. More info
$ cd server-side
$ gradlew bootJar
$ gradlew bootRun
$ cd client-side
$ ng serve
http://localhost:8080
http://localhost:4200