Go Fiber Modular Boilerplate

Requirements

  • Docker
  • Make (optional)
  • Air (optional)
  • VSCode REST Client extension (to run example.rest)

How to run

If you have make command installed on your computer, run command below:

make start

If you have air command installed on your computer, run command below:

air

Or, if you don't have it, run command below:

docker compose up --build --abort-on-container-exit

How to run example

Open this directory on your VSCode, open example.rest file, then just follow step-by-step there.