Skip to content

DanieleMasone/ingTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ingTest

Repo for ING test

Gradle

If you use Gradle, run the following command in a terminal window ((in the complete directory)

./gradlew bootRun

Maven

If you use Maven, run the following command in a terminal window (in the complete directory)

./mvnw spring-boot:run

Use

You can check the health of the application by running the following command:

$ curl localhost:8080/api/ --> "Test service work!"

Or run application directly in your ide, than go to your browser and digit:

1) localhost:8080/api/ --> "Test service work!"

2) REST API exposed: localhost:8080/api/{cityName}

Documentation

GUI documentation of the REST API available on:

localhost:8080/swagger-ui.html

About

Repo for ING test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages