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

https://github.com/danielm/golang-microservice-docker

Simpppple Microservice with Go and Docker (testing)
https://github.com/danielm/golang-microservice-docker

docker go golang mux mux-router

Last synced: 2 months ago
JSON representation

Simpppple Microservice with Go and Docker (testing)

Awesome Lists containing this project

README

          

# Golang Simple Rest Microservice with Docker

Just a small example/boilerplate code so I can quickly clone it and play arround.

Using docker-compose for EZ life
Using Gorilla's Mux

## Install

Just clone and:

- Copy `.env.template` to `.env` (check contents too)

- Build / bring it up with:
```
$ docker-compose up
```

- Open: `http://localhost/` (by default)

## Licence
GPL ftw

Also, who cares?, Feel free to Fork it or whatever, but don't expect much activity here. I'm just starting to play with Go.