Skip to content
/ KPIs Public

Key Performance Indicators creation, computation and publishing platform

Notifications You must be signed in to change notification settings

okgreece/KPIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8837b8 · Oct 31, 2018
Oct 31, 2018
Feb 11, 2017
Sep 20, 2017
Sep 5, 2017
Sep 29, 2017
Oct 31, 2018
Nov 21, 2017
Oct 31, 2018
Feb 11, 2017
Sep 20, 2017
Feb 11, 2017
Aug 7, 2017
Feb 11, 2017
Feb 11, 2017
Nov 15, 2017
Aug 9, 2017
Feb 11, 2017
Feb 16, 2017
Feb 11, 2017
Sep 23, 2017
Feb 11, 2017
Jun 23, 2017

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published