Skip to content

yohang/silex-backbone-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published