Projeto DM107 created by Sebastião Realino.
Install Composer.
curl -s https://getcomposer.org/installer | php
Install dependencies. (Slim, NotORM etc...)
php composer.phar install
$ php -S localhost:8080 -t public public/index.php
you do not need to install apache server (or put the project in the hpdocs folder of xampp). Just run the above command.