Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/go-http-demo

A restful API demo written in Golang
https://github.com/piyoki/go-http-demo

api docker golang microservices restful-api

Last synced: about 1 month ago
JSON representation

A restful API demo written in Golang

Awesome Lists containing this project

README

        

# go-http-demo

A Restful API demo written in Golang

## Build

```bash
docker build . -t http-demo
```

## Run

```bash
docker run -it -p 8080:8080 http:demo
```