A responsive web-based dashboard for managing products, categories, suppliers, and purchase orders. The system tracks inventory levels, generates low-stock alerts, records activity logs, and provides reports such as inventory value and stock insights. Built with HTML, CSS, Bootstrap, JavaScript, and a fake REST API using json-server.
This project has been restructured into a frontend for the user interface and a backend for data management.
frontend/: Contains all the client-side code, including HTML, CSS, and JavaScript.backend/: Contains the server-side code, primarily usingjson-serverto serve a REST API from adb.jsonfile.
To set up and run this project locally, follow the instructions below for both the frontend and backend.
Refer to the frontend/README.md for detailed instructions on setting up and running the frontend application.
Refer to the backend/README.md for detailed instructions on setting up and running the backend API.
See live demo here https://inventrack-sys.vercel.app/