A Python API project setup for the purpose of demonstrating how to deploy a built image to Docker hub using CircleCI.
run the following command on your terminal to clone the repository:
git clone https://github.com/CIRCLECI-GWP/python-app-dockerhub.git
cd python-app-dockerhub
Install the dependencies using the following command:
pip3 install -r requirements.txt
This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.
- Blog post: Dockerizing a Python App and Automating Deployments to Docker Hub
- Author's GitHub profile: Waweru Mwaura
Reviewers: Ron Powell, Stanley Ndagi, Amos Omondi