Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)