Skip to content

davidiweala/ci-cd-pipeline-docker-and-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Project - CI/CD Pipeline with Docker and GitHub Actions

Overview

This project demonstrates a simple DevOps workflow using a Python Flask application, Docker containerization, automated testing with pytest, and CI automation with GitHub Actions.

Tech Stack

  • Python Flask
  • Docker
  • GitHub Actions
  • pytest

Features

  • Simple web application with endpoints
  • Dockerized deployment
  • Automated testing
  • CI pipeline triggered on push and pull request

Endpoints

  • / - main application endpoint
  • /david - David check endpoint

Run Locally

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors