Coinstream API Development Install dependencies $ go mod download Run the app locally $ go run main.go Building the Container $ docker build -t go-coinstream . Running the Container $ docker run -d -p 8000:8000 go-coinstream