Skip to content

amarjain07/go-business

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-business

REST APIs for businesses

Hacking around with Go lang with MySQL which can easily be deployed to Heroku.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

REST APIs for businesses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages