https://github.com/snpranav/go-api-boilerplate
This is a go API template docker image. This is most commonly used while testing deployments of docker containers or Kubernetes deployments and services.
https://github.com/snpranav/go-api-boilerplate
Last synced: about 1 month ago
JSON representation
This is a go API template docker image. This is most commonly used while testing deployments of docker containers or Kubernetes deployments and services.
- Host: GitHub
- URL: https://github.com/snpranav/go-api-boilerplate
- Owner: snpranav
- License: apache-2.0
- Created: 2020-06-06T21:27:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T19:31:48.000Z (almost 5 years ago)
- Last Synced: 2024-04-18T06:15:56.459Z (about 1 year ago)
- Language: Go
- Homepage: https://hub.docker.com/r/snpranav/go-api-boilerplate
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go API Boilerplate
### Simple Go API docker image.
### Official docker image on Docker hub - [https://hub.docker.com/r/snpranav/go-api-boilerplate](https://hub.docker.com/r/snpranav/go-api-boilerplate).#### Run it in a docker container
```command
$ docker run -p 3000:3000 snpranav/go-api-boilerplate
```### Use Cases
- Playing around with API deployment using docker containers.
- Testing Kubernetes deployments and services.
- Generally, as a test API to see if things are working properly.### Contributions
This project is always open to contributions. If you want to contribute, send in a pull request and your request will be reviewed.---
### This project is maintained on [GitLab](https://gitlab.com/snpranav/go-api-boilerplate) and [GitHub](https://gitlab.com/snpranav/go-api-boilerplate).