https://github.com/petrnymsa/coffee-time
Flutter application Coffee Time (Master Thesis)
https://github.com/petrnymsa/coffee-time
dart flutter master-thesis
Last synced: 6 months 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 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-26T16:42:52.000Z (over 1 year ago)
- Last Synced: 2025-04-16T15:14:33.815Z (6 months ago)
- Topics: dart, flutter, master-thesis
- Language: Dart
- Homepage:
- Size: 5.39 MB
- Stars: 16
- Watchers: 0
- 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.

Available from [Google Play Store](https://play.google.com/store/apps/details?id=cz.petrnymsa.coffee_time). Give it a try :star:

## :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.