Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-veeramalla/go-web-app
This is a simple website written in Golang. It uses the `net/http` package to serve HTTP requests.
https://github.com/iam-veeramalla/go-web-app
abhishek-veeramalla cicd demo-app devops golang website
Last synced: 1 day ago
JSON representation
This is a simple website written in Golang. It uses the `net/http` package to serve HTTP requests.
- Host: GitHub
- URL: https://github.com/iam-veeramalla/go-web-app
- Owner: iam-veeramalla
- License: apache-2.0
- Created: 2024-07-06T18:04:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:20:16.000Z (5 months ago)
- Last Synced: 2025-01-13T06:00:53.541Z (9 days ago)
- Topics: abhishek-veeramalla, cicd, demo-app, devops, golang, website
- Language: HTML
- Homepage: https://www.youtube.com/abhishekveeramalla
- Size: 186 KB
- Stars: 172
- Watchers: 7
- Forks: 788
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)