Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 506 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 506 Bytes

Umbrellapp Api

Umbrellapp is a small RESTful Api based on Lumen micro-framework.

Requirements

  • Docker >=1.8.0

Installation

  1. Run docker-compose up -d to start the containers.
  2. Install required Laravel packages composer update.
  3. Run database migrations and seed php artisan migrate:refresh --seed.
  4. Done!

Documentation

Api Documentation

Testing

phpunit or vendor/bin/phpunit to run all tests.