Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freeformz/rayyildiz-go-heroku-example

A go sample for heroku
https://github.com/freeformz/rayyildiz-go-heroku-example

Last synced: 7 days ago
JSON representation

A go sample for heroku

Awesome Lists containing this project

README

        

Demo: https://rayyildiz-go.herokuapp.com

Deploy
===
You can deploy it to heroku with the following commands:

$ git clone https://github.com/rayyildiz/rayyildiz-go-heroku-example.git
$ cd rayyildiz-go-heroku-example
$ heroku create -b https://github.com/heroku/heroku-buildpack-go.git [NAME]
$ git push heroku master
$ heroku open