Skip to content

fiscaluno/dohko

Repository files navigation

Dohko build status Heroku

Dohko - Review microservice

Prerequisites

Installing

Get this project

go get github.com/fiscaluno/dohko

Change directory

cd $GOPATH/src/github.com/fiscaluno/dohko

Installing the dependencies

govendor sync

Run project( Default Env vars)

go run app.go

or

Run project( Change Env vars) Ex.:

DB=postgres DATABASE_URL=postgres:https://user:password@host:5432/database go run app.go

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.