Springboot Hello World app. To access this file follow the instructions below:
- clone the git repo in your local using github desktop or cli
- open this file using intellij
- to host this file on local, run it as springboot application on HelloWorldApplication
- to hit the endpoint in browser, hit the get mapping url '/'
http://localhost:8081/
- you can also hit the same api in postman and select the https method as get