Skip to content

githubofkrishnadhas/quote-of-the-moment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quote-of-the-moment

a simple python application which shows quote

what does this repo do?

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

How is packages managed?

Pipenv is used as the python package manager and it takes care of managing the packages.

Containerization

The image is created and pushed docker hub registry. 

📌 dockerofkrishnadhas

Note

CI/CD tools leveraged is guthub actions for build and deployment

📌 Docker image available here