An open API service indexing awesome lists of open source software.

https://github.com/ricoledan/go-rest-api

🦍RESTful API application with Go
https://github.com/ricoledan/go-rest-api

docker go golang rest rest-api

Last synced: 28 days ago
JSON representation

🦍RESTful API application with Go

Awesome Lists containing this project

README

          

# go-rest-api

## commands

run application
`go run main.go`

build executable (windows)
`go build -o go-rest-api.exe main.go`

### docker

build docker image
`docker build --tag go-rest-api .`

run docker container
`docker run -d -p 9000:9000 go-rest-api`