In Participation for We Are Millions Hackathon, a submission for Best Web2 App Using Swarm Decentralized Storage
Nectars is a Restaurant Menu creator, where anyone can use it to make their own menu. The menu data then stored in SWARM Decentralized Storage. Created menu will then have QR code / URL that can be accessed publicly by their customer to view the Menu online.
User creates their resto menu in the Menu Creators, upload every menu image, add descriptions, price, and category. Also user can customize the background and header color. After user finished with the menu, user then click create page. The app will then compile it to JSON, stored to SWARM, then user can get their menu QR Code (URL Link). User can download the QR Code to be placed in their resto tables, or anywhere so user can see their menu online.
You can see how the DApps works here: https://youtu.be/9ITThhTvHK8
- hnihsan - GitHub - Gitcoin - Email: helmi.n.ihsan@gmail.com - Discord: hnihsan#8820
- NicoSiput - GitHub - Gitcoin - Email: nicosiput@gmail.com - Discord: NicoSiput#2643
- NodeJS + NPM
- Bee SWARM Node running locally (see Bee Factory to setup your own node for Development Environment)
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 Nectars - Restaurant Menu Creator DApp.