An Android app to coordinate community scheduling and location planning of events, integrating Google APIs.
#Local setup
start docker engine (docker desktop)
in root run
make dev
(make down to docker compose down after)\
in Android Studio, File>Sync Project with Gradle Files
go to Build>Select Build Variant
make sure devDebug is selected in Active Build Variant (dev uses local, prod will target hosted server endpoints)
start emulator and run app on android studio and all should be working!\