Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 760 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 760 Bytes

Get Advice

Welcome, This a cool quote app that provides quotes or funny advice with a click of a button.

How to run?

  1. Clone the repository to your local machine
  2. Run 'npm i' at the root, to install al the dependencies.
  3. Run 'npm start' to start the app (It'll run on a new browser session).

[!Note] API used: ( https://api.adviceslip.com/advice ) Its a great and funny api developed. Kudos to the founders. It contains funny advices.

Technical

This is a CI/CD pipelined application targeted to changes in this branch 'function-based-app'.

The docker image is published accordingly to docker hub and will soon be available on a publically accesible address, with continuos integration.