2026-05-18 21:23:06 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:20:44 -04:00
2026-05-18 21:23:06 -04:00

Go boilerplate project

A simple Go http server boilerplate project equipped with the essentials.

How to run the application

1 - Copy the .env.dist to .env (you can edit the values if you want)

$ cp .env.dist .env

2 - Run make command, it will show the list of commands we have to make easier to start the application.

$ make

3 - Start the application

$ make setup-local

4 - Run the tests

$ make tests

5 - Run the lint

$ make lint

6 - Run all the validations (lint + tests)

$ make validation

Description
No description provided
Readme 8.1 MiB
Languages
Go 85.7%
Makefile 9.9%
Dockerfile 4.4%