Fusio AngularJS Todo-App

About

This is a simple Todo-App written in AngularJS which uses an API provided by Fusio. This is a great example how to use Fusio as backend for a single page application. More information about Fusio at http://fusio-project.org

Build

To build the app you have to execute the following commands:

npm install
grunt

You have also to adjust the fusio_url in the index.html so that it points to your Fusio API endpoint.