Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 460 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 460 Bytes

Muhit API

Build Status

Master:

Build Status

Local Development

Requires npm, homebrew, redis, mysql.

Install dependencies:

composer install
npm install

Then make sure you have a local mysql database setup according to the configuration in .env

Run server:

npm run stack

In case necessary, run php artisan cache:clear