Simple Go project template
To run this program, you will need
- Golang 1.12+
- Go mod enabled
cp .env.example .env
make run
make test
make lint
make build
NAME | DESCRIPTION | TYPE | VALUE |
---|---|---|---|
APP_NAME | Application name | string | alphabet |
APP_PORT | Application port | int | number |
LOG_LEVEL | Mode for log level configuration | string | debug/info |
ENVIRONMENT | Application environment | string | development |
JWT_SECRET | JWT Secret | string | alphabet |