Skip to content

fiscaluno/saga

Repository files navigation

Saga build status Heroku

Saga - Student microservice

Prerequisites

Installing

Get this project

go get github.com/fiscaluno/saga

Change directory

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

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.