rikzagoldluck / ppc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPC Dashboard

  • Dashboard monitoring WIP Plant TBR
  • Memvisualisasi data yang bersumber dari barcode dengan pendekatan analitik

Tech Stack

Client: Next.js, React, Bootstrap 4.6, AdminLTE V.3

Server: json-server

Run Locally

Clone the project

  git clone https://github.com/rikzagoldluck/ppc.git

Go to the project directory

  cd ppc

Install dependencies

  npm install
  npm install -g json-server

Start json-server for dummy data

   json-server --watch json-server/db.json --port 3001

Start the server (use another terminal)

  npm run dev

Support

For support, don't hestitate to keep in touch with me in rikzasimdigei@gmail.com, i'll give you my WA number through email message.

Authors

Documentation

Table of Contents

getAll4M

This function is used to get all machine stops from the API

Returns array response array of machine stops or empty array

getProd

This function is used to get all products from the API

Parameters

Returns array response array of products or empty array

About


Languages

Language:JavaScript 97.2%Language:CSS 1.6%Language:HTML 1.2%