Spring Boot and Angular Tutorial for Learning Purpose
OpenAPI definition url: http://localhost:8080/swagger-ui/index.html
Run the backend app: mvn spring-boot:run
Run the frontend app: ng serve
For frontend: npm run build
For Backend: mvn clean install