#Recall#
Do you Recall?
Project Recall is the output of a week long coding camp called Wecamp, held in the Netherlands from (held from 25-29th August 2014).
##Contributors##
- Pascal de Vink
- Jasper N. Brouwer
- Dennis de Greef
- Jeremy Coates (Team coach)
$ git clone git@github.com:WeCamp/Recall.git
$ composer install
$ php -S 0.0.0.0:8080 -t web
$ bin/phpunit test
- Data gets nested twice, so every json file now has a data:{} wrapper around it unfortunately. There should be a little refactoring done to get this to work properly again.
- Don't make constructors in every controller, use something like a trait
##Additional Documentation##
- Vision behind the project
- User Stories and Personas
- Technical components utilised