/todomvc

Spring RESTful backend service for Angular TodoMVC

Primary LanguageJavaOtherNOASSERTION

Spring RESTful backend service for Angular TodoMVC

Build Status

Running application

To run application simply execute

mvn jetty:run

and open http://localhost:8080 in your favorite browser.

The application is also hosted on heroku and can be accessed using following link http://todomvc-dimyriy.herokuapp.com

Testing

Thanks to Travis, the results of unit and integration tests can be seen at Travis CI site

Unit testing

Following command runs unit-tests

mvn test

Integration testing

Following command runs integration tests

mvn integration-test -P tests-integration