Skip to content

DiscreteZOO/Web-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooApp

Build & Run

$ cd ZooApp
# To build a fat jar file and then run it
$ sbt assembly
$ java -jar dist/zoo.jar
# To run form source
$ sbt run

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

Arguments

java -jar dist/zoo.jar [port [hostname]]

Defaults to localhost:8080