Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piyoki/go-http-demo
- Owner: piyoki
- License: mit
- Created: 2021-04-26T02:14:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T03:30:36.000Z (over 3 years ago)
- Last Synced: 2024-10-14T07:36:26.107Z (3 months ago)
- Topics: api, docker, golang, microservices, restful-api
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```