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.
- Host: GitHub
- URL: https://github.com/verinverdian/smart-factory
- Owner: verinverdian
- Created: 2025-09-01T16:06:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T16:03:06.000Z (about 2 months ago)
- Last Synced: 2025-09-02T17:10:28.408Z (about 2 months ago)
- Topics: admin-dashboard, bootstrap, dashboard, data-visualization, factory-management, laravel, manufacturing, php, production-management, smart-factory
- Language: PHP
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 🛠️ 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)