Clone and run the app(default database is H2):
$ git clone git@github.com:techmonad/play-slick-app.git
$ cd play-slick-app
$ sbt run
Run the all unit test:
$ sbt test
Run the app using Postgres database:
$ sbt 'run -Dconfig.file=conf/postgres.conf'