Skip to content

Latest commit

 

History

History
94 lines (68 loc) · 2.03 KB

readme.md

File metadata and controls

94 lines (68 loc) · 2.03 KB

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

  • 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.

Features

  • 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 .

Dependencies

  • Express
  • Git
  • Github

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