Bandhan Kirana proposes to simplify and decentralize the onboarding process for Kiranastores through a self-onboarding platform.
Warehouse: Explore & Register Store
Warehouse which the Owner is registered to
Backend
- Node.js
- Express.js
- MongoDB
- Redis
- Stripe
- Typescript
Frontend
- React.js
- Axios
- TailwindCSS
- Chart.js
- Cloudinary
- Typescript + Javascript
- Clone the repository
git clone https://github.com/Tamoziit/DEBUG-ONDC-KiranaStore-Onboarding.git
- Set up the Seller App
cd backend
npm i
cd frontend
npm i
- Start the Seller App
cd backend
npm run dev
cd frontend
npm run dev
- 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
- Navigate to http://localhost:5173 to access Bandhan Kirana Seller App.
- Navigate to http://localhost:5174 to access the Buyer App simulation.