Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/shaurya35/stockwise-inventory-manager

automated-ordering business-analytics demand-forecasting inventory-management predective-modeling stock-management supply-chain

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

![Example Image](server/views/banner.png)

# 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](#Overview)
- [Features](#features)
- [Dependencies](#dependencies)
- [Git Setup](#Git-Setup)
- [Client Setup](#Client-Setup)
- [Server Setup](#Server-Setup)
- [Usage](#usage)
- [Contributors](#contributors)

## 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:

```bash
git clone https://github.com/shaurya35/Stockwise-Inventory-Manager
cd Stockwise-Inventory-Manager
```
## Client Setup

Redirect to client:

```bash
cd client
```

Install the dependencies:
```bash
npm install
```

Run client Interface:
```bash
npm run dev
```
## Server Setup

Redirect to server:

```bash
cd server
```

Install the dependencies:
```bash
npm install
```

Create a .env file:
```bash
PORT=
MONGO_URI=
JWT_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
```

4. Run Server:
```bash
npm run dev
```
## Usage

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

## Contributors

- Shaurya ([LinkedIn](https://www.linkedin.com/in/shaurya--jha/))
- Om Shankar Deshmukh ([LinkedIn](https://www.linkedin.com/in/om-shankar-deshmukh-7431b9245/))
- Satyam Kumar ([LinkedIn](https://www.linkedin.com/in/satyamkumar1018/))