almond

command module
v0.0.0-...-3d2657d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2017 License: MIT Imports: 1 Imported by: 0

README

Almond

Codeship Status for tonymtz/almond codecov

Installation

Requirements
  • Golang v1.8
  • Docker v17.03
Postgresql
  1. Let docker do the magic: $ docker-compose up 🐳
  2. Ready to rock on port 5433

Note: This is not following default port for postgres, however the migrations script is aware of this. Worry not.

Golang

golang packages required for development:

  • govendor: $ go get -u github.com/kardianos/govendor
  • goose: $ go get bitbucket.org/liamstask/goose/cmd/goose

Install vendors:

$ govendor sync

Run migrations (requires postgres service, check docker composer):

$ goose up
Compiling
$ go run main.go

Open your browser and navigate to http://localhost:3000

Testing
$ govendor test +l,^p [-cover]

Ready to hack!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
repositories

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL