Stockwise is a cutting-edge web application designed for efficient inventory management through advanced demand forecasting techniques. This project addresses the critical challenges organizations face in predicting demand, managing stock levels, and ensuring customer satisfaction.
- Stockwise helps businesses manage their inventory by predicting future demand and ensuring they have the right stock levels. This application provides tools for tracking products, managing companies, and viewing real-time inventory data.
- Demand Forecasting- Predict future product demand based on historical data.
- Inventory Tracking- Monitor stock levels, sales, and inventory health.
- Real Time Ordering Predicted Items - Collaborate with wholesalers in real-time to streamline procurement processes with one click .
- Express
- Git
- Github
Clone the repository:
git clone https://github.com/shaurya35/Stockwise-Inventory-Manager
cd Stockwise-Inventory-Manager
Redirect to client:
cd client
Install the dependencies:
npm install
Run client Interface:
npm run dev
Redirect to server:
cd server
Install the dependencies:
npm install
Create a .env file:
PORT=
MONGO_URI=
JWT_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
- Run Server:
npm run dev
Access the app in your web browser at http://localhost:5173/
.