Skip to content

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.

Flaysh/google-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Clone Project

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.

Deployment

To deploy this project run

  mvn install 

and then

  java -jar target/app-0.0.1-SNAPSHOT.jar

or

  mvn spring-boot:run

API Reference

Get results

  GET /search?query=
Parameter Type Description
query string Required. Search query

Get Previous Results

  GET /previous?query=
Parameter Type Description
query string Required. Adds result and return the previous ones

Related Links

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published