a simple python application which shows quote
This is a sample application to generate random quotes. this is developed using python and Flask frame work.
this has been configured with health checks and some simple routings in it.
The Api used is this quotable api : https://github.com/lukePeavey/quotable
Pipenv is used as the python package manager and it takes care of managing the packages.
The image is created and pushed docker hub registry.
Note
CI/CD tools leveraged is guthub actions for build and deployment