Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

mikanchu/dummy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy-api

A very simplistic API written in go to be deployed in Heroku

Running Locally

Make sure you have Go and the Heroku Toolbelt installed.

$ go get -u github.com/mikanchu/dummy_api
$ cd $GOPATH/src/github.com/mikanchu/dummy_api
$ heroku local

Your app should now be running on localhost:5000.

You should also install Godep if you are going to add any dependencies to the sample app.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy

Documentation

For more information about using Go on Heroku, see these Dev Center articles:

About

some simple geek jokes deployed on Heroku for a small demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors