Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 Key

For 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.