Skip to content

okgreece/KPIs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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