yash1200 / Petals

A project to help restaurants in post covid world made with Flutter, VueJs and NodeJs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A project to help restaurants in post covid world made with Flutter, VueJs and NodeJs.

License:GNU General Public License v3.0


Languages

Language:Dart 69.3%Language:Vue 13.1%Language:CMake 6.4%Language:JavaScript 4.6%Language:HTML 2.9%Language:C++ 2.0%Language:Swift 0.8%Language:C 0.7%Language:Kotlin 0.3%Language:Objective-C 0.1%