This is Spring-Boot web application with Angular frontend.
Build steps:
- Nagivate to base directory and execute "mvn clean install".
- Navigate to "backend" directory and execute "mvn spring-boot:run".
If everything is OK, you'll be able to open the application at http://localhost:9090/
For frontend development server you should go to "frontend/src/main/frontend/" and execute "npm start". Angular frontend app will be available at http://localhost:4200