From 7abe84e9513c6cdf0cff94d3afd9669f656c1394 Mon Sep 17 00:00:00 2001 From: Jagrit Thapar Date: Fri, 6 Sep 2024 18:21:36 +0530 Subject: [PATCH] Update: README.md with progress - pushed image to Self Hosted git-CR --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 27f4476..65e0319 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Welcome to the Go Simple Web App! 🚀 This is a basic web application written in Go that serves a simple HTML page. The page displays the hostname of the system where the app is running. +## 📈️ Progress + +- [x] Create a basic Go web application +- [x] Implement HTML template to display hostname +- [x] Add Dockerfile for containerization [(Commit Link)](https://github.com/jagrit007/go-simple-app-devopsified/commit/974029a3dbadecef1da343dced65bf0ebdb9573e) +- [x] Add Docker Compose file [(Commit Link)](https://github.com/jagrit007/go-simple-app-devopsified/commit/974029a3dbadecef1da343dced65bf0ebdb9573e) +- [x] Push the docker image to self-hosted [container registry](https://gitea.jagrit.dev/jagrit007/-/packages/container/golang-webapp-devopsify/v1) +- [ ] More coming soon... ⏱️⏱️⏱️ + + ## 📜 Overview This project demonstrates a simple Go web server that: