Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.53 KB

Shaka build status Heroku

Shaka - Course API

Prerequisites

Installing

Get this project

go get github.com/fiscaluno/shaka

Change directory

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

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.