Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dc0d/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

About

Go application template based on Uber Fx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%