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

Latest commit

 

History

History
21 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 754 Bytes

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.