modulepackage
0.0.0-20160423165848-50927418dacd
Repository: https://github.com/openhdx/web-api.git
Documentation: pkg.go.dev
# README
HDX Web API server 
This is the HDX Web API server in Go.
Quick Start Install
Make sure you have installed latest Go version.
- Download the latest release of HDX Web API server
- Unzip in the location you want to install
- Open
config.go
and edit all data - Fire up a terminal and navigate into the location
go build
- Execute
web-api
- http://localhost:9090/ :tada:
Staying Up to Date
New releases are announced on the dev blog.
# Constants
Strings to be trimmed.
HTTP port that is going to run the server.
No description provided by the author
MySQL DSN (username:password@address/database?params).