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)
- Host: GitHub
- URL: https://github.com/danielm/golang-microservice-docker
- Owner: danielm
- License: gpl-3.0
- Created: 2022-08-07T01:38:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T01:47:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T22:42:35.542Z (over 1 year ago)
- Topics: docker, go, golang, mux, mux-router
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.