Skip to content

hnihsan/bee-cafe-customer

Repository files navigation

Bee Cafe - Customer

In Participation for We Are Millions Hackathon, a submission for Best Demonstration Of Data Interoperability Using Swarm

Descriptions

Bee Cafe is a simple DApp for demonstrating how data in SWARM can be used interoperably for communicating between DApps. Bee Cafe consist of 2 DApps, with the following Repository :

  1. Bee Cafe - Customer
  2. Bee Cafe - Cashier

Please setup the other Repo to achieve demonstration result completely.

How It Works

This DApps will demonstrate how we use SWARM to basically upload and download data, in a use case of a Cafe. User can choose a variety of items, and then order it. The DApp will then upload the selected menu items data to SWARM, generating it's Order Reference code and then the Cashier DApp will accepting the reference code, downloading and converting the data from SWARM to a list of New Orders to be processed and served.

Demonstrations Video

You can see how the DApps works here: https://youtu.be/HD11h_fE9BE

Team Members

Installation

Requirement

  • NodeJS + NPM
  • Bee SWARM Node running locally (see Bee Factory to setup your own node for Development Environment)

Getting Started

First, install, build and start the project:

npm install
npm run build
npm run start

Open http://localhost:3000 with your browser to see the Bee Cafe - Customer DApp.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published