Full-Stack Inventory Management Solution
This is a full-stack application that requires both frontend and backend servers to be running.
Works perfectly on all devices - desktop, tablet, and mobile
Create, Read, Update, and Delete inventory items instantly
Secure and reliable data storage with MySQL
git clone https://github.com/yourusername/inventory-tracker.git
cd backend && npm install.env file with database credentialsnpm run dev (runs on port 5001)
cd frontend && npm installnpm start (runs on port 3000)
http://localhost:3000 in your browser