Skip to content

vaibhav-b/places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Places API

Search Places and Details of places

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the Spring boot application class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn clean install
mvn spring-boot:run

or

mvn clean install
java -jar XXX_jar_nameXXX.jar

Places API rest end point

http://localhost:8888/api/place/details/{place_id}

Example - http://localhost:8888/api/place/details/ChIJpaz2fx_BwjsR8OBdBo34Mtg

http://localhost:8888/api/place/search/{input}

Example - http://localhost:8888/api/place/search/Tibco%20pune

About

Search Places and Details of places

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages