Skip to content

WeCamp/Recall

Repository files navigation

#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##

Getting started

$ git clone git@github.com:WeCamp/Recall.git
$ composer install
$ php -S 0.0.0.0:8080 -t web

Testing

$ bin/phpunit test

Known issues

  • 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##