shaurya35 / Stockwise-Inventory-Manager

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.
MIT License
0 stars 4 forks source link
automated-ordering business-analytics demand-forecasting inventory-management predective-modeling stock-management supply-chain

Example Image

Stockwise-Inventory-Manager

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.

Table of Contents

Overview

Features

Dependencies

Git-Setup

Clone the repository:

git clone https://github.com/shaurya35/Stockwise-Inventory-Manager
cd Stockwise-Inventory-Manager

Client Setup

Redirect to client:

cd client

Install the dependencies:

npm install

Run client Interface:

npm run dev

Server Setup

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=
  1. Run Server:
    npm run dev

    Usage

Access the app in your web browser at http://localhost:5173/.

Contributors