Umbrellapp is a small RESTful Api based on Lumen micro-framework.
- Docker
>=1.8.0
- Run
docker-compose up -d
to start the containers. - Install required Laravel packages
composer update
. - Run database migrations and seed
php artisan migrate:refresh --seed
. - Done!
phpunit
or vendor/bin/phpunit
to run all tests.