awaismohammad23 / python-app-CI-CD

This repo contains the CI/CD pipelines when ever a pull request is created. It shows the workflows. Whenever a pull request created it creates a docker image from the given dockerfile and the it pushes the docker image to the Docker hub along with its tag.

Home Page:https://hub.docker.com/r/awaismohammad23/assignment_4_q1

Repository from Github https://github.comawaismohammad23/python-app-CI-CDRepository from Github https://github.comawaismohammad23/python-app-CI-CD

python-auth-example

Repository to show authentication using Python flask. This is used for labs to practice Dockerizing different applications.

Example taken from flask-admin-examples

Pre-Reqs:

  • Python (Tested on 3.10)

Steps To Run:

  1. Clone the repository
git clone https://github.com/kahootali/python-auth-example.git
cd python-auth-example/
  1. Create and activate a virtual environment:
virtualenv env
source env/bin/activate
  1. Install requirements:
pip install -r 'requirements.txt' 
  1. Run the application:
python app.py

About

This repo contains the CI/CD pipelines when ever a pull request is created. It shows the workflows. Whenever a pull request created it creates a docker image from the given dockerfile and the it pushes the docker image to the Docker hub along with its tag.

https://hub.docker.com/r/awaismohammad23/assignment_4_q1


Languages

Language:HTML 49.5%Language:Python 48.0%Language:Dockerfile 2.6%