inventrack
v3.0.2
Published
A web-based inventory management system with dashboard, REST API, and reporting.
Maintainers
Readme
Inventory Management System
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.
Project Structure
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.
Setup and Installation
To set up and run this project locally, follow the instructions below for both the frontend and backend.
Frontend
Refer to the frontend/README.md for detailed instructions on setting up and running the frontend application.
Backend
Refer to the backend/README.md for detailed instructions on setting up and running the backend API.
Deployment
This project is configured for deployment on Vercel. See the Vercel deployment section for more details.
