okgreece / KPIs

Key Performance Indicators creation, computation and publishing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Instructions

composer install

npm install

gulp

cp .env.example .env
cp database/database.sqlite.new database/database.sqlite

edit the .env file to reflect your endpoint

php artisan key:generate

php artisan migrate --seed

your app should be ready

Admin Panel

First create a new admin user through command line

php artisan kpi:createSuperAdmin

Then follow the instructions

The Admin panel will be available on $APP_URL/login

Swagger

Edit your .env file to match your configuration. You should fill the variable

L5_SWAGGER_BASE_PATH= {your_path}/api/v1

Update the Swagger docs by running

php artisan l5-swagger:generate

About

Key Performance Indicators creation, computation and publishing platform


Languages

Language:HTML 76.2%Language:PHP 20.0%Language:JavaScript 3.4%Language:CoffeeScript 0.4%Language:Vue 0.0%Language:Ruby 0.0%