Skip to content

th3happybit/GoHelloToWeb

Repository files navigation

GoHelloToWeb

just a web hello world using Go lang ;)

open and try http://3.16.29.205/

Deploy locally

Clone the repository and cd into it:

git clone https://github.com/th3happybit/GoHelloToWeb/
cd GoHelloToWeb

compile

$ go build index.go

run

$ ./index

Deploy using docker-compose

$ docker-compose up

Deploy Using Docker

build image

$ docker build -t gohellotoweb .

run (-d : backgound running)

$ docker run -d -p 80:8080 gohellotoweb

About

my first web hello using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published