Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 279 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 279 Bytes

DraftChat

Build & Run

Configure DB connection in src/main/resources/application.conf

$ cd DraftChat
$ sbt
> initDB
> jetty:start (or sbt startJetty)

Open http://localhost:8080/ in your browser. Default credentials are admin:admin.