Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niveshsunny/go-app
Golang application deployed on Kubernets Cluster Complete CI/CD
https://github.com/niveshsunny/go-app
argocd git github-actions grafana helm-charts ingress-nginx k8s kops-cluster prometheus
Last synced: 19 days ago
JSON representation
Golang application deployed on Kubernets Cluster Complete CI/CD
- Host: GitHub
- URL: https://github.com/niveshsunny/go-app
- Owner: niveshsunny
- Created: 2024-08-29T21:00:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:54:50.000Z (5 months ago)
- Last Synced: 2024-11-09T23:32:54.445Z (3 months ago)
- Topics: argocd, git, github-actions, grafana, helm-charts, ingress-nginx, k8s, kops-cluster, prometheus
- Language: HTML
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Web Application
This is a simple website written in Golang. It uses the `net/http` package to serve HTTP requests.
## Running the server
To run the server, execute the following command:
```bash
go run main.go
```The server will start on port 8080. You can access it by navigating to `http://localhost:8080/courses` in your web browser.
## Looks like this
![Website](static/images/golang-website.png)