Prerequisites: You must have Composer installed.
After cloning/forking this repo:
- Run
composer install
- Open the app in a text editor, and rename the
.env.example
file to just.env
- Run
php artisan key:generate
Run php -S localhost:8888 -t public
in the command line, and then visit localhost:8888
.
Additionally, you can visit http://daily-mood-survey.herokuapp.com/ to see it in action.
To use the test suite, run ./vendor/bin/phpunit
in the command line.