Skip to content

Basic hello world server with a focus on setting up Docker images, CI/CD via GitHub Actions & deployment on the AWS.

Notifications You must be signed in to change notification settings

davidtaing/go-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hello-world

Basic hello world server with a focus on setting up Docker images, CI/CD via GitHub Actions & deployment on the cloud.

API

/hello - says hello world.

Makefile targets

  • build - builds the server locally
  • run - run the server on your local machine, requires build to be run prior.
  • run-dev - run the server via go run main.go
  • docker-build - build server as a docker image
  • docker-run - runs docker image, requires docker-build to be run prior.
  • test - run the golang tests

About

Basic hello world server with a focus on setting up Docker images, CI/CD via GitHub Actions & deployment on the AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published