benhall/golang-demo This project, named `golang-demo` by Ben Hall, is a simple demonstration of using Docker and Golang to build and run a web application. Quick Wins docker build -t golang-demo .Build Docker image from current directory. (Source: https://docs.docker.com/engine/reference/commandline/build/)docker run --name=golang-http-demo -p 8082:8080 -itd golang-demoRun Docker container with given name and ports. (Source: https://docs.docker.com/engine/reference/commandline/run/)curl localhost:8082Send HTTP request to local server on given port. (Source: https://curl.se/) Latest Release No release found Codebase Use Shoulder to understand the codebase
What is Shoulder? Shoulder.dev transforms codebases into tailored learning experiences. Shoulder customizes the learning experience around the software's concepts, codebase, and dependencies, making you ready to deploy and contribute confidently. Learn Codebase Understand the codebase in order to contribute to golang-demo Learn Codebase Insights Discover insights into the golang-demo codebase Developer Dashboards Discover the golang-demo dashboards Contribute Understand how to contribute to golang-demo Dependencies Learn the project’s direct dependencies for a deeper understanding Extensions Download Shoulder.dev Extensions Help More Content Coming Soon! More Content Coming Soon!