Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

An example REST API in Go lang built with the Martini framework

License

Notifications You must be signed in to change notification settings

lawnchairstudio/example-rest-api-go-martini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Martini Example REST API Build Status

Getting Started

  1. Install Go: brew install go
  2. Install Fresh for live-reload: go get github.com/pilu/fresh
  3. Install Foreman: brew install foreman
  4. Create database: createdb segment-go-test
  5. Run: fresh

Deployment and Dependencies

The recommended way to manage Go package dependencies on Heroku is with Godep, which helps build applications reproducibly.

  1. Install Godep: go get github.com/kr/godep
  2. Save dependencies: godep save

Copyright 2015 Lawn Chair Studios. All rights reserved.

Licensed MIT.

About

An example REST API in Go lang built with the Martini framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages