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.
- Android
- iOS
- Web (Petal)
- Linux (Petal)
-
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
Home Screen | Details Screen |
---|---|
Home Screen | Edit Details Screen |
---|---|