Skip to content

ekkinox/fx-template

Repository files navigation

FX Template

Go application template based on Uber Fx.

Usage

You first need to copy and adapt the .env file:

cp .env.example .env

Then, this project provides a Makefile, offering the following commands:

# apps
make up                   # start the docker compose stack
make down                 # stop the docker compose stack
make logs                 # stream the docker compose stack logs
make fresh                # refresh the docker compose stack

# tools
make build name={my_img}  # build an application image named my_img

Releases

No releases published

Packages

No packages published

Languages