To Run this project, clone the repository.
Go to exercise folder, and run gradle wrapper and then gradlew.bat bootRun if you are running on windows. or ./gradlew bootRun
Open any web browser and go to http://localhost:19000, if you are using this port, then change the port in application.properties (src/main/resources) file to the port which is available or set to 0 if you don't know which one is available. After startup in the console, it will print the port on which the application is started. Use that port in above url.
This application is developed on Environment Java 8 and Gradle 7.1.1