Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 331 Bytes

CoffeeWorks

Build Status

Setup database

$ createuser -s coffeeworks
$ createdb coffeeworks_test
$ createdb coffeeworks_development

Run API Locally

go run .

Run tests

go test