Rest Api with gin framework
This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.
Clone:
git clone https://github.com/extimsu/JsonRestApi.gitBuild:
cd JsonRestApi/
make buildRun:
./bin/JsonRestApimake test