Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.02 KB

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