go-rel/gin-example

View on GitHub
.env.sample

Summary

Maintainability
Test Coverage
PORT=3000
URL=http://localhost:3000/

MYSQL_DATABASE=todos
MYSQL_USERNAME=root
MYSQL_HOST=localhost
MYSQL_PORT=13306