Skip to content

Latest commit

Β 

History

History
24 lines (14 loc) Β· 833 Bytes

File metadata and controls

24 lines (14 loc) Β· 833 Bytes

πŸ“˜ PROJECT DESCRIPTION

This project demonstrates the implementation of a professional CI/CD pipeline using Docker and GitHub Actions.


πŸ” Main project components

The project includes three containerized modules:

  • Backend: Flask application (Python API)
  • Frontend: Node.js web interface (Express)
  • Reverse Proxy: Nginx-based server

🎯 Project goal

The goal is to demonstrate the setup of automatic build, testing and publishing Docker images to Docker Hub, as well as local launch of services via Docker Compose.

The project will be useful:

  • πŸ”° Beginners β€” to study DevOps practices, GitHub Actions and containerization
  • πŸ§‘β€πŸ’» Specialists β€” as a template for building a reliable and scalable CI/CD process