Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 2.09 KB

File metadata and controls

93 lines (65 loc) · 2.09 KB

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
  1. Set up the Seller App
    cd backend
    npm i
    cd frontend
    npm i
  1. Start the Seller App
    cd backend
    npm run dev
    cd frontend
    npm run dev
  1. 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
  1. Navigate to http://localhost:5173 to access Bandhan Kirana Seller App.
  2. Navigate to http://localhost:5174 to access the Buyer App simulation.