Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.34 KB

Docker Application

In this repository, I've built a simple Flask App called CheerUp using a Docker container and python. The CheerUp App is tailored for people who enjoy data science puns. It is programmed to randomly generate a pun upon command! I use a CI/CD pipeline in this project.

CICD Badge

CICD

Instructions

Start by cloning the repository and creating a .env file with your docker credentials in the variables DOCKER_USERNAME and DOCKER_PASSWORD. Run the python script app.py and use this link to navigate the app: App Link. Selecting "Cheer Me Up!" will prompt a light-hearted data science pun.

Example

Run app.py: image

Navigate to Link: image

After Selecting "Cheer Me Up!": image

Docker Image

Below is the Docker Image as it appears on Docker Hub: image