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.
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=
npm run dev
Access the app in your web browser at http://localhost:5173/
.