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

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.

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).