Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 295 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 295 Bytes

Coinstream API

Development

  1. Install dependencies
$ go mod download
  1. 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