go-rest-starter

📦 Golang REST starter, dockerized

Stars
6

go-rest-starter

A starter for a Golang REST API.

Getting started

You can use Docker and docker-compose for development

cp .env.example .env
docker-compose up

SSH

$ docker exec -it <container-id> /bin/sh
$ docker-compose exec api sh

Production

docker-compose -f docker-compose.production.yml build
docker-compose -f docker-compose.production.yml up

Credits

https://github.com/ilourt/gocker

License

MIT