CSYE6225-Cloud Computing
Web application built with Spring Boot
Technologies Used : Java Springboot, MySQL
Build Instructions: Clone this repository into the local system Open the CLI mvn clean install mvn spring-boot:run
Run the test mvn test -DskipTests=false
Assignment 1
- Created a organization called 'Anurag-Nandre-Org' and made a repo called webapp Forked the webapp from organization into my personal workspace Created a branch called 'assignment1' and pushed my Java SpringBoot application Created an endpoint called healthz on port 8080 Endpoint - 'http://localhost:8080/healthz'
Assignment 2
- Create Product APIs as per swagger doc requirements (https://app.swaggerhub.com/apis-docs/csye6225-webapp/cloud-native-webapp/spring2023-a2#/public/get_v1_product__productId_)
- RequestMapping Url for Product http://localhost:8080/v1/product