- PHP >= 5.6 (Laravel Framework 5.2)
- MySQL
- AngularJS 1.5.3
- Bootstrap 3
git clone git@github.com:rainbowriders/your_morning_at_a_glance.git
composer install
Copy .env.example to .env and change the Environment Variables if needed
touch database/database.sqlite
php artisan migrate
php artisan serve
Open http://localhost:8000 in the browser.
Enjoy!