See the application live on Heroku - login as "Noah Smith" with "password".
Taskify is a ToDo list demo application build with java and vaadin. The web application covers the following features:
- ToDo List
- User management
- Task analysis
- Calendar
Clone the taskify repository and start a local web server (e.g. Tomcat) or run with jetty. To user jetty, run the following command:
mvn vaadin:compile jetty:run
To use with Tomcat, run the following command:
mvn vaadin:compile package
mvn -Djetty.reload=automatic -Djetty.scanIntervalSeconds=2 jetty:run
mvn vaadin:compile
heroku create
git push heroku master