Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 339 Bytes

TODO App Demo

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.