Skip to content

AswinES97/go-web-app-Devopsify

 
 

Repository files navigation

Go Web Application

This is a simple website written in Golang. It uses the net/http package to serve HTTP requests.

The CI/CD implementation looks like this

Website

Running the server

To run the server, execute the following command:

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

Refer: https://www.youtube.com/watch?v=HGu9sgoHaJ0&t=160s

About

This is a simple website written in Golang. It uses the `net/http` package to serve HTTP requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.6%
  • Go 12.9%
  • Dockerfile 2.5%