ekkinox / fx-template

Go application template based on Uber Fx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go application template based on Uber Fx.

License:MIT License


Languages

Language:Go 99.6%Language:Dockerfile 0.2%Language:Makefile 0.2%