Skip to content

asmitha-16/TexCare360

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TexCare360 – Smart Management for Textile Industries

TexCare360 is a full-stack industrial management platform designed to streamline maintenance, technician allocation, and inventory control in textile production environments. It provides a unified digital solution that automates essential maintenance operations, reducing downtime and improving operational visibility.


Tech Stack

Layer Technology Used
Frontend React.js, Bootstrap,TailwindCSS, Framer Motion, Recharts
Backend Node.js, Express.js
Database MySQL
Authentication JWT (JSON Web Tokens)
Version Control Git & GitHub

Project Structure

TexCare360/
β”‚
β”œβ”€β”€ frontend/ # React.js client
β”‚ β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ package.json
β”‚ └── ...
β”‚
β”œβ”€β”€ backend/ # Node.js + Express server
β”‚ β”œβ”€β”€ src/
β”‚ β”‚ β”œβ”€β”€ index.js
β”‚ β”‚ β”œβ”€β”€ db.js
β”‚ β”‚ └── routes/
β”‚ β”œβ”€β”€ .env.example
β”‚ β”œβ”€β”€ package.json
β”‚ └── ...
β”‚
β”œβ”€β”€ sql/
β”‚ └── setup.sql # Database creation + sample data
β”‚
└── README.md

Setup and Installation

1. Clone the Repository

git clone https://github.com/kavya-7777/TexCare360.git
cd TexCare360

2. Setup the Database

mysql -u root -p < sql/setup.sql

3. Backend Setup

cd backend
cp .env.example .env      # Add your own credentials if needed
npm install
npm run dev               # Starts the backend server on http://localhost:5000

4. Frontend Setup

cd frontend
npm install
npm start                 # Runs the frontend on http://localhost:3000

🧠 Key Features

βœ… Role-based Access Control β€” Secure login for Admin, Manager, Technician
βœ… Machine Management β€” Track machine health (Healthy/Unhealthy)
βœ… Technician Assignment β€” Automated allocation based on skill & workload (Rule Based Assignment)
βœ… Maintenance Logs β€” Record date, parts used, and completion status
βœ… Inventory Tracking β€” Auto stock updates, category-wise filtering
βœ… Stock History & Audits β€” Transparent material usage tracking
βœ… Analytics Dashboard β€” Real-time charts for maintenance & stock data


πŸ—„οΈ Database Schema Overview

βœ… machines β†’ Machine info + required skill
βœ… technicians β†’ Technicians and availability status
βœ… inventory β†’ Spare parts, raw materials, and consumables
βœ… maintenance_logs β†’ Task details for machine repair
βœ… stock_history β†’ Tracks every inventory change
βœ… users β†’ Admins, Technicians, Managers with hashed passwords


πŸš€ Future Enhancements

βœ… IoT sensor integration for real-time machine health monitoring
βœ… Predictive maintenance using ML models
βœ… Mobile app support for technicians
βœ… Automated purchase order generation for low inventory
βœ… Advanced analytics with comparative charts


πŸ‘©β€πŸ’» Author

-> ASMITHA B -> Bachelor of Engineering, Computer Science and Design

TexCare360 transforms manual maintenance tracking into a centralized, data-driven industrial solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •