[recruitment-task]$ cd server
[server]$ mvn install
[server]$ mvn test
[server]$ cd controllermodule
[controllermodule]$ mvn spring-boot:run
The server is available at localhost:8080
[recruitment-task]$ cd client
[client]$ npm install
[client]$ ng serve
The app is available at localhost:4200