Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 399 Bytes

TumorML-DB

A database web app for storing and querying over TumorML documents. Uses BaseX native-XML database server as the back-end.

Built using the Scalatra framework and SBT.

SBT Build & Run

$ cd TumorML-DB
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.