/go-and-mysql

Simple HTTP server setup with Go and MySQL

Primary LanguageGoApache License 2.0Apache-2.0

go-and-mysql

Simple HTTP server setup with Go and MySQL.

Makefile commands for this are:

make build-api
make run
make lint
make cyclomatic 
make clean

Project environment variables

  • HTTP_LISTEN_ADDRESS=
  • DB_HOST=
  • DB_PORT=
  • DB_USER=
  • DB_PASSWORD=
  • DB_NAME=