Skip to content

Development Workflow

Kshitij Saraogi edited this page Oct 17, 2018 · 3 revisions

Local Setup

Requirements

  • Install Go 1.10 and above
  • Install Git
  • Install PostgreSQL

Installation

$ go get -u github.com/kshitij10496/hercules

[TODO] Setup Local Database

Testing

  • Test the entire app: $ go test -v ./...
  • Test a particular service: $ go test -v services/<name>

Clone this wiki locally