Google Clone Application - Built with Java & Spring Boot
This is a Rest API that gets data from RapidAPI Google Search and present it to the UI.
Built with Spring Boot Library, a REST API Provider for JAVA, also using Jackson Library
to make the JSON response into A Plain Old Java Object.
To deploy this project run
mvn install
and then
java -jar target/app-0.0.1-SNAPSHOT.jar
or
mvn spring-boot:run
GET /search?query=
Parameter | Type | Description |
---|---|---|
query |
string |
Required. Search query |
GET /previous?query=
Parameter | Type | Description |
---|---|---|
query |
string |
Required. Adds result and return the previous ones |