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

https://github.com/tamoziit/debug-ondc-kiranastore-onboarding

Bandhan Kirana: A robust platform to simplify and decentralize the onboarding process for Kirana Stores of Tier 2, 3 ,4 cities, through a self-onboarding platform. It aims to digitize the business of Kirana Store owners of the smaller towns and provide them with a platform to expand their business digitally, in partnership with ONDC.
https://github.com/tamoziit/debug-ondc-kiranastore-onboarding

cloudinary e-commerce expressjs income-analytics inventory-management kirana-stores microservices mongodb nodejs onboarding ondc-buyer-app ondc-seller-app profit-analysis reactjs redis store-management-system stripe typescript warehouse

Last synced: 2 months ago
JSON representation

Bandhan Kirana: A robust platform to simplify and decentralize the onboarding process for Kirana Stores of Tier 2, 3 ,4 cities, through a self-onboarding platform. It aims to digitize the business of Kirana Store owners of the smaller towns and provide them with a platform to expand their business digitally, in partnership with ONDC.

Awesome Lists containing this project

README

        

# DEBUG-ONDC-KiranaStore-Onboarding

## Bandhan Kirana

_Bandhan Kirana proposes to simplify and decentralize the onboarding process for Kiranastores through a self-onboarding platform._

# Application Walkthrough

## Bandhan Kirana: Seller Application

**Home Page**

**Auth Page**
Image 1
Image 2

**Warehouse: Explore & Register Store**

**Registered Stores of Owners**

**Store Management**
Image 1
Image 2

**Inventory Management**

**Warehouse which the Owner is registered to**

## ONDC-connected Buyer Apps where the products are broadcasted (simulation)

## Tech Stack

**Backend**

- Node.js
- Express.js
- MongoDB
- Redis
- Stripe
- Typescript

**Frontend**

- React.js
- Axios
- TailwindCSS
- Chart.js
- Cloudinary
- Typescript + Javascript

## Getting Started

1. Clone the repository

```
git clone https://github.com/Tamoziit/DEBUG-ONDC-KiranaStore-Onboarding.git
```

2. Set up the Seller App

```
cd backend
npm i
cd frontend
npm i
```

3. Start the Seller App

```
cd backend
npm run dev
cd frontend
npm run dev
```

4. Set up & start the Buyer Applications (optional, only if you want to explore the ONDC network simulation)

```
cd buying-web/buyer-3
npm i
npm run dev
```

5. Navigate to http://localhost:5173 to access Bandhan Kirana Seller App.
6. Navigate to http://localhost:5174 to access the Buyer App simulation.