REST APIs for businesses
Hacking around with Go lang with MySQL which can easily be deployed to Heroku.
Make sure you have Go and the Heroku Toolbelt installed.
$ go get -u github.com/amarjain07/go-business
$ cd $GOPATH/src/github.com/amarjain07/go-business
$ heroku local
Your app should now be running on localhost:8000.
You should also install [godeps] if you are going to add any dependencies to the app.
$ heroku create
$ git push heroku master
$ heroku open