Skip to content

fiscaluno/mu

Repository files navigation

mu

Mu - Auth Service

Prerequisites

Installing

Get this project

go get github.com/fiscaluno/mu

Change directory

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

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://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.