/go-tutorial-2022

Primary LanguageCSSMIT LicenseMIT

Go Containerized Application Sample

This application is an example application for the Rookout Go Agent tutorial.

Run it in a few simple steps:

  1. Build the container using Docker - docker build . --build-arg ARTIFACTORY_CREDS=<SECRET> -t rookout-go-todo.
  2. Run the built container using docker run -it -p 8080:8080 rookout-go-todo
  3. Check out your brand new web app at http://localhost:8080.
  4. You may also test your container with TODO backend project by going to https://www.todobackend.com/specs/index.html?http://localhost:8080/todos.