youTube Link: https://youtu.be/j9kq_s6kgFk

๐Ÿš€ Flask DevOps Demo

Docker Deployed on Render Made with Flask

A simple Flask-based web application that displays a welcome message.
This project demonstrates a complete DevOps pipeline, from development and containerization to cloud deployment using Docker, GitHub, and Render.


๐Ÿ“Œ Description

This project was created as part of a DevOps assignment to demonstrate end-to-end deployment of a web app.
It includes:

  • A minimal Flask application
  • Dockerization for container-based deployment
  • GitHub version control
  • Cloud deployment using Render.com

โœ… Features

  • Basic Flask route with a welcome message
  • Dockerized setup for consistent development and deployment
  • Deployed using a free Render Web Service
  • Portable and production-ready base for microservices

โš™๏ธ Tech Stack

  • ๐Ÿ Python 3.x
  • ๐ŸŒ Flask
  • ๐Ÿณ Docker
  • ๐Ÿ› ๏ธ Render (Cloud Deployment)
  • ๐Ÿ’ป Git & GitHub

๐Ÿš€ Live Demo

๐Ÿ‘‰ Click here to view the live app
(replace with your actual Render URL)


๐Ÿ“ Project Structure


๐Ÿงช Running Locally

1. Clone the repository:

git clone https://github.com/your-username/flask-devops-demo.git
cd flask-devops-demo

Built With

Share this project:

Updates