Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 830 Bytes

Introduction

Biap APP UI Front(end) app - A consumer facing app built on API's provided by biap-node-js-client

for whom

This app is intended for anyone building user facing buyer app on ONDC

Built with React js

Authentication

  • using google outh single page authentication
  • username/password based

Server Side Events

  • Uses server side events to fetch the data from backend without using XHR
  • this makes the app smooth and reactive to incoming data

Geo functionality

  • Uses Geo Map functionality using API from ondc-ancillary-app which is wrapper around map my india

Cloud Calling

  • Uses cloud calling api from ondc-ancillary-app which is a wrapper around knowlarity

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.