ianadiwibowo / gopupuru

My opinionated boilerplate of a Go microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scout Regiment

Pupuru Go microservices boilerplate.

Development

  • Clone this repository: git clone https://github.com/ianadiwibowo/gopupuru
  • Copy .env from .env.template: cp .env.template .env
  • Setup database (only for first time): rake db:create
  • Migrate database: rake db:migrate
  • Install dependencies: make dep
  • Build the binary: make build
  • Run the service: make run

Create New DB Migration

About

My opinionated boilerplate of a Go microservice


Languages

Language:Go 80.0%Language:Ruby 18.9%Language:Makefile 1.1%