/silex-backbone-todolist

Todo list build with Silex, TwigJS and Backbone.js. Pet project.

Primary LanguageJavaScript

Silex + TwigJS + Backbone.js test

This project is a simple Todo list based on Silex, twig, and backbone.js

To run it, just install the dependencies and create the db :

 $ composer install
 $ sqlite3 app.db < resources/sql/schema.sql
 $ ./bin/console fixtures:load
 $ ./bin/console server:run