MaterialMensa is a cafeteria app for the Paderborn University.
Get it on the Play Store.
- You need a personal API-Key issued by the Studentenwerk Paderborn.
- MaterialMensa uses two Firebase projects, one for debug and one for release builds.
- Set up your Firebase projects according to the docs.
- In the debug project add an Android app with the package name
de.prttstft.materialmensa.debug
and in the release projectde.prttstft.materialmensa
. Create two folders "debug" and "release" inside app/src and add yourgoogle-services.json
into the respective folders. - See resources/rules on how to compile and deploy database rules.
MaterialMensas code is party written in Kotlin. New code should be written in Kotlin directly while old code may be converted in the future.
The legacy version without Firebase or Google Play Services dependencies can be found here.