Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Jun 25, 2019
1 parent e01afd2 commit d219669
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ crashlytics-retrofit.properties
build/
app/key.properties
app/release/
google-services.json
Binary file added .media/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .media/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .media/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .media/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Bet (Obstawiamy mundial)
Bet World Cup games with friends

<a href=".media/1.png"><img src=".media/1.png" width="210"></a>
<a href=".media/2.png"><img src=".media/2.png" width="210"></a>
<a href=".media/3.png"><img src=".media/3.png" width="210"></a>
<a href=".media/4.png"><img src=".media/4.png" width="210"></a>

# Description
Application written right before 2018 FIFA World Cup with intention for learning Dagger2 and MVVM.

Firebase Firestore is used as read-only database which provides realtime updates and zero impact on real backend.
Fetching match updates, betting and push notifications is controlled by [Golang backend](https://github.com/JaCzekanski/bet-server).

Application doesn't require any authentication as it relies on Anonymous Signin feature of Firebase Auth.
Inviting friends to bets is done using Firebase Invites (now Firebase Dynamic Links) simplifying whole user experience.

# Technologies
[Android app](https://github.com/JaCzekanski/bet-app):
- Kotlin
- Dagger
- MVVM
- RxJava
- Firebase (Auth, FCM, Invites, Remote Config)
- Retrofit2
- OkHttp
- Moshi

[Backend](https://github.com/JaCzekanski/bet-server):
- Golang
- Firebase Admin
- Gorilla
- Gocron

# Build
```
./gradlew :app:assembleDebug
```
*Note: google-services.json file is required*

# Authors
- [Jakub Czekański](https://www.github.com/JaCzekanski) - Android and Backend development
- [Kacper Rachtan](https://www.behance.net/sober) - Idea, UI and UX

0 comments on commit d219669

Please sign in to comment.