Skip to content

skyfion/demo_project_scala_playframework_cljs_react

Repository files navigation

DEMO APP (simple bug tracker)

front: react, clojurescript, rum, milligram
back: scala, playframework, slick, lucene

How to run

postgres connect settings conf/application.conf

slick.dbs.default.db.url="jdbc:postgresql://localhost/bug-tracker"
slick.dbs.default.db.user="postgres"
slick.dbs.default.db.password="****"

Start the Play app:

sbt run

And open http://localhost:9000/