-
-
Notifications
You must be signed in to change notification settings - Fork 136
2. Installing and Setting up
Rafał Lorenz edited this page Jul 3, 2021
·
6 revisions
git clone [email protected]:vardius/go-api-boilerplate.git
Build the module. This will automatically add missing or unconverted dependencies as needed to satisfy imports for this particular build invocation
go build ./...
make docker-build BIN=auth
make docker-build BIN=migrate
make docker-build BIN=user
make terraform-install