An open API service indexing awesome lists of open source software.

https://github.com/verinverdian/smart-factory

Smart Factory Dashboard – A web-based factory management dashboard to monitor employees, inventories, and productions with real-time data visualization.
https://github.com/verinverdian/smart-factory

admin-dashboard bootstrap dashboard data-visualization factory-management laravel manufacturing php production-management smart-factory

Last synced: about 2 months ago
JSON representation

Smart Factory Dashboard – A web-based factory management dashboard to monitor employees, inventories, and productions with real-time data visualization.

Awesome Lists containing this project

README

          

# 📊 Smart Factory Dashboard

A simple and clean web-based dashboard to monitor factory performance in real-time.
This project is designed for learning purposes and as a portfolio demo to showcase building a factory management system with modern web technologies.

## 🚀 Features

- 👩‍💼 Employees Management – manage and track factory employees
- 📦 Inventories Management – monitor and update inventories
- 🛠️ Productions Management – track ongoing, pending, and completed productions
- 📊 Analytics & Visualization – monthly production charts, trends, and product distribution
- 📝 Recent Activity – keep track of latest updates and production status

## 🖼️ Preview

#### Dashboard
image

## 🛠️ Tech Stack

- Backend: Laravel (PHP)
- Frontend: Blade Template + Bootstrap
- Database: sqlite
- Charts: Chart.js

## 📂 Installation

Clone the repository:
```
git clone https://github.com/your-username/smart-factory.git
cd smart-factory
```

Install dependencies:
```
composer install
npm install && npm run dev
```

Copy the environment file and configure database:
```
cp .env.example .env
php artisan key:generate
```

Run migrations:
```
php artisan migrate
```

Start the development server:
```
php artisan serve
```

## 📊 Example Data

- Employees
- Inventories
- Productions (with different statuses: To Do, Done, In Progress, Pending)