/prchecklist

WIP

Primary LanguageScala

prchecklist

Requirements

  • Postgresql

  • Redis

Register a developer application

javaOptions ++= Seq(
  "-Dgithub.clientId=<Your GitHub Client ID>",
  "-Dgithub.clientSecret=<Your GitHub Client Secret"
)

Development

$ createdb prchecklist_local
$ psql prchecklist_local < db/prchecklist.sql
$ ./sbt
> devel
# Visit http://localhost:3000

TODO

  • Unify interfaces to scala Futures and scalaz Tasks.

  • Repo visibility

  • UI