Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 414 Bytes

Installation

  1. Database Configure: Go to /config/app.php and set database settings in Datasources settings

  2. Installing dependences

$ composer install

Not done yet

  1. You need to import the database
    $ bin/cake migrations migrate
  2. Now seed the Apps
    bin/cake migrations seed

Services

You can can serverices under this uri "/services" (There is just one LOL)