Skip to content

A web application boilerplate built with go for production.

License

Notifications You must be signed in to change notification settings

bmf-san/go-production-boilerplate

Repository files navigation

go-production-boilerplate

This is a web application boilerplate built with golang for production. This is more like a memo, so I don't guarantee it will work.

Build a local environment

cp .env_example .env

make docker-compose-build
make docker-compose-up

Deploy

If you haven't create a docker host, you need to create a docker host.

sh -x create_docker_machine.sh

You can deploy by using this command. make deploy

Reference