All Projects → yash1200 → Petals

yash1200 / Petals

Licence: GPL-3.0 license
A project to help restaurants in post covid world made with Flutter, VueJs and NodeJs.

Programming Languages

dart
5743 projects
Vue
7211 projects
CMake
9771 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Petals

eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (+0%)
Mutual labels:  node-js
phaChat
a web chat by node.js 一个基于 node.js 的多人 web 聊天室
Stars: ✭ 18 (+5.88%)
Mutual labels:  node-js
node-advanced
Node Advanced Courseware
Stars: ✭ 80 (+370.59%)
Mutual labels:  node-js
musicritic
Your personal music-specific Metacritic.
Stars: ✭ 45 (+164.71%)
Mutual labels:  node-js
Generate-Live-Transcription
This extension helps to get a real-time transcription of audio playing in the browser using Deep Speech.
Stars: ✭ 16 (-5.88%)
Mutual labels:  node-js
gcc-output-parser
gcc error parsing library
Stars: ✭ 17 (+0%)
Mutual labels:  node-js
xlsx-calc
javascript nodejs excel formula parser
Stars: ✭ 83 (+388.24%)
Mutual labels:  node-js
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+388.24%)
Mutual labels:  node-js
Chapter-2
Code examples for Chapter 2 of Data Wrangling with JavaScript
Stars: ✭ 16 (-5.88%)
Mutual labels:  node-js
node-tw-e-invoice
An unofficial Node.js interface of Taiwan MOF E-Invoice API . 台灣財政部電子發票 API 的 非官方 Node.js 介面。
Stars: ✭ 22 (+29.41%)
Mutual labels:  node-js
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (+64.71%)
Mutual labels:  node-js
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (+5.88%)
Mutual labels:  node-js
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+311.76%)
Mutual labels:  node-js
syncify
🤝 Shopify theme upload, download and watch development tool.
Stars: ✭ 50 (+194.12%)
Mutual labels:  node-js
generator-node-bahmutov
My personal Node project boilerplate generator
Stars: ✭ 39 (+129.41%)
Mutual labels:  node-js
karaoke-forever
Open karaoke party system
Stars: ✭ 180 (+958.82%)
Mutual labels:  node-js
Node-js-functionalities
This repository contains very useful restful API's and functionalities in node-js containing many important tutorial code for mastering node-js, all tutorials have been published on medium.com, tutorials link is given below
Stars: ✭ 69 (+305.88%)
Mutual labels:  node-js
ptkdev-logger
🦒 Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+588.24%)
Mutual labels:  node-js
SimpleRemoteDesktop
Remote desktop client based on h264 steam. like splashtop and other
Stars: ✭ 17 (+0%)
Mutual labels:  node-js
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+223.53%)
Mutual labels:  node-js

Petals

I don't know why the name "Petals"

Petals is a project made with Flutter, VueJs, Node Js and MongoDB.

Petals is a service with which we can avoid touching unnecessary things at restaurants and avoid exposure to germs and viruses in this post COVID world by following certain measures.

Petals will show you every possible detail about a restaurant like menu, name of owner, phone number, email (if available) and other details just by scanning a QR-code at the restaurant.

Supported Platforms

  • Android
  • iOS
  • Web (Petal)
  • Linux (Petal)

To run the project

  • Start Mongodb

    sudo systemctl start mongodb
    mongo
    
  • Start server

    cd backend
    npm i
    npx nodemon index
    
  • Change IP of API calls

    nano [app]/lib/values/strings.dart
    

    And update the "ip" value with the ip of your server.

  • Run Petals (App)

    flutter run --release
    

    or build apk

    flutter build apk --release
    

    or build for web

    flutter build web --release
    
  • Run Petals Web

    npm install
    npm run build
    

Petals

Home Screen Details Screen

Petals Business

Home Screen Edit Details Screen

Created & Maintained By

Yash Johri

yash1200 | Twitter yash1200 | LinkedIn yash1200 | Instagram yash1200 | Medium

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].