osag1e / go-and-mysql

Simple HTTP server setup with Go and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=

About

Simple HTTP server setup with Go and MySQL

License:Apache License 2.0


Languages

Language:Go 97.6%Language:Makefile 2.4%