Skip to content

Commit

Permalink
Added reference apps for each layer
Browse files Browse the repository at this point in the history
  • Loading branch information
navdeep710 committed Aug 20, 2022
1 parent f920584 commit a3fdac0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "protocol-layer/python-based-protocol-layer"]
path = protocol-layer/python-based-buyer-app-side-protocol-layer
url = https://github.com/Open-network-for-digital-commerce/py-protocol-layer.git
[submodule "protocol-layer/kotlin-based-buyer-app-side-protocol-layer"]
path = protocol-layer/kotlin-based-buyer-app-side-protocol-layer
url = https://github.com/beckn/biab-bap-protocol.git
[submodule "server-side-clients/node-js-based-buyer-app-client"]
path = server-side-clients/node-js-based-buyer-app-client
url = https://github.com/Open-network-for-digital-commerce/biap-client-node-js.git
[submodule "server-side-clients/kotlin-based-buyer-app-client"]
path = server-side-clients/kotlin-based-buyer-app-client
url = https://github.com/beckn/biab-bap-client.git
[submodule "frontend-ui/frontend-react-js-based-buyer-app"]
path = frontend-ui/frontend-react-js-based-buyer-app
url = https://github.com/Open-network-for-digital-commerce/biap-app-ui-front.git
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# reference-implementations
ONDC reference apps

- [ ] protocol layer
- [ ] https://github.com/Open-network-for-digital-commerce/py-protocol-layer.git
- [ ] https://github.com/beckn/biab-bap-protocol.git
- [ ] server-side clients
- [ ] https://github.com/Open-network-for-digital-commerce/biap-client-node-js.git
- [ ] https://github.com/beckn/biab-bap-client.git
- [ ] frontend-ui
- [ ] https://github.com/Open-network-for-digital-commerce/biap-app-ui-front.git
1 change: 1 addition & 0 deletions frontend-ui/frontend-react-js-based-buyer-app
1 change: 1 addition & 0 deletions protocol-layer/kotlin-based-buyer-app-side-protocol-layer
1 change: 1 addition & 0 deletions protocol-layer/python-based-buyer-app-side-protocol-layer
1 change: 1 addition & 0 deletions server-side-clients/kotlin-based-buyer-app-client
1 change: 1 addition & 0 deletions server-side-clients/node-js-based-buyer-app-client

0 comments on commit a3fdac0

Please sign in to comment.