From cd59e03baee4c5233b8062796f6609d1b2523ea6 Mon Sep 17 00:00:00 2001 From: Jagrit Thapar Date: Fri, 6 Sep 2024 17:44:07 +0530 Subject: [PATCH] ADD: README.md --- .idea/vcs.xml | 6 ++++++ README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 README.md diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..27f4476 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# 🌐 Go Simple Web App + +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. + +## 📜 Overview + +This project demonstrates a simple Go web server that: + +- Serves a static HTML page. +- Displays the hostname of the server on the web page. +- Utilizes Go's standard library packages for HTTP handling and templating. + +## Why? 🥅 + +The goal of this project is to **Devopsify** it completely. 🎯 This means we aim to: + +- **Containerize** the application with Docker for consistent and isolated environments. +- **Automate** the build, test, and deployment processes using CI/CD pipelines. +- **Monitor** and **log** application performance to ensure reliability and ease of troubleshooting. +- **Integrate** the app with various DevOps tools and practices to streamline development and operations workflows. + +## 🛠️ Getting Started + +### Prerequisites + +Ensure you have Go installed on your system. You can download it from the [Official Go website](https://go.dev/dl/). + + +--- \ No newline at end of file