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.
- Host: GitHub
- URL: https://github.com/tamoziit/debug-ondc-kiranastore-onboarding
- Owner: Tamoziit
- License: apache-2.0
- Created: 2025-01-09T20:31:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T12:14:49.000Z (5 months ago)
- Last Synced: 2025-03-27T23:32:59.182Z (3 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 43.9 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
![]()
**Warehouse: Explore & Register Store**
**Registered Stores of Owners**
**Store Management**
![]()
**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.