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

Muhit-co/api

Repository files navigation

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