LesGolems / RateMyEPFL

Project @ EPFL (2022) for CS-306 (SDP). A review app for EPFL, brought to you by LesGolems ©.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RateMyEPFL

Build Status Maintainability Test Coverage

Les Golems donnent leur avis sur l'EPFL.

Name Email
Mathias Bouilloud mathias.bouilloud@epfl.ch
Julien Mettler julien.mettler@epfl.ch
Emilien Guandalino emilien.guandalino@epfl.ch
Alexandre Messmer alexandre.messmer@epfl.ch
Nicolas Matekalo nicolas.matekalo@epfl.ch
Souleyman Boudouh souleyman.boudouh@epfl.ch

Run tests

You need to allow our app to mock the phone's location by going to the Developper Options and for 'Select mock location app' select RateMyEPFL. If the app is not shown when trying to select you can use the following adb command :

adb shell appops set com.github.sdp.ratemyepfl android:mock_location allow

You also need to install Firebase CLI :

curl -sL https://firebase.tools | bash

And finally you can run the following command :

firebase emulators:exec './gradlew connectedCheck'

About

Project @ EPFL (2022) for CS-306 (SDP). A review app for EPFL, brought to you by LesGolems ©.


Languages

Language:Kotlin 99.0%Language:Python 1.0%