Skip to content

Donstesh/PizzaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Pizzas React App

  1. git clone https://github.com/Donstesh/PizzaS.git

  2. npm install

Available Scripts

In the project directory, you can run:

npm run-script build

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Runnig the Reporting tool localy App Localy

  1. Go to index.mjs

comment out lines 84-88 and 107-119

comment out lines 150-151 to by pass authentication error

  1. Line 748 app.use('/internal-reporting/kpi', kpiRouter);

  2. Line 749 app.use('/internal-reporting/dashboard', dashboardRouter);

  3. Line 959 app.use('/internal-reporting/combos', combosRouter);

ScopeID error kpi.js

Line 353 const clientId = (action === 'globalReport') ? clientList : (req?.user?.scopeId || clientList);

dashboard.js

  1. Line 91 const clientId = 286 ; //req.user.scopeId;

On Dashboard Project folder

dev-config.json

  1. Line 4 "/internal-reporting": "http://dedicated_ip:port"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages