Skip to content

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

License

Notifications You must be signed in to change notification settings

yash1200/Petals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published