Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarunkamra/go-web
https://github.com/tarunkamra/go-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarunkamra/go-web
- Owner: tarunkamra
- License: apache-2.0
- Created: 2024-08-14T04:58:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:23:58.000Z (5 months ago)
- Last Synced: 2024-08-15T07:27:12.476Z (5 months ago)
- Language: HTML
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)