front: react, clojurescript, rum, milligram
back: scala, playframework, slick, lucene
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/