/QuoteGenerator

Quote Generator is an Rest Client built using the Spring Framework . It uses a list of motivational quotes found on the web to generate new random quotes every time it runs

Primary LanguageJavaThe UnlicenseUnlicense

Build

QuoteGenerator

A project which provides a restful endpoint for Motivational Quotes

Run Project with DEV Config

./mvnw spring-boot:run

Run Project with PROD Config

./mvnw spring-boot:run -P prod

REST API

The REST API to the Quote Generator is described below.

Request

GET quote/randomQuote/

https://quotegenerator123.herokuapp.com/quote/randomQuote

Response

"id":619,
"author":"Brian Tracy",
"quote":"You can only grow if you're willing to feel awkward 
 and uncomfortable when you try something new."