A simple TODO Application built on top of ActFramework and Ebean
To run this application in dev mode:
mvn clean compile exec:exec
To run this application in prod mode:
mvn clean package
cd target/dist
unzip *.zip
./start
Go to your browser and navigate to http://localhost:5460
.