Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrnymsa/coffee-time
Flutter application Coffee Time (Master Thesis)
https://github.com/petrnymsa/coffee-time
dart flutter master-thesis
Last synced: 4 days ago
JSON representation
Flutter application Coffee Time (Master Thesis)
- Host: GitHub
- URL: https://github.com/petrnymsa/coffee-time
- Owner: petrnymsa
- License: mit
- Created: 2019-10-16T08:31:59.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-26T16:42:52.000Z (8 months ago)
- Last Synced: 2024-11-01T15:51:57.535Z (11 days ago)
- Topics: dart, flutter, master-thesis
- Language: Dart
- Homepage:
- Size: 5.39 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coffee Time :coffee:
Coffee Time is Flutter application as part of my master thesis in *Czech Technical University in Prague*.It allows users to easily search nearby cafes, display reviews and add custom tags which helps filtering cafes.
![CoffeeTime](docs/app.jpg)
Available from [Google Play Store](https://play.google.com/store/apps/details?id=cz.petrnymsa.coffee_time). Give it a try :star:
![GooglePlayStore](http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcz.petrnymsa.coffee_time&qzone=1&margin=0&size=150x150&ecc=L)
## :computer: Used technologies
- Flutter, of course.
- Firebase and Cloud Functions as back-end
- Express.js for REST API## :package: How to build and run
What you will need:
- Flutter SDK
- Firebase CLI
- Firebase account and created empty firebase project
- Google API KeyFor details look at [firebase](firebase/README.md) and [mobile](mobile/README.md) directories.
## :star: Can I contribute?
Yes. Just fork it and open pull request. Easy as that :+1:.## :interrobang: Found issue?
Go ahead and open one. Thank you.