- Android app
- Frontend React app
- Backend using ktor
Open with Android Studio Canary (change JDK from Bundled JDK to JDK 11)
- see scripts folder in root for BE and FE local deploys
- AS should create run config for Android
Go to scripts/kill folder and pick script according to your OS
9090 is default backend port, 8080 is frontend one
chmod +x localDeployBackend.sh
sudo -u postgres -i
(I actually used sudo su - postgres
but they say it's bad for some reason)
Then go to scripts/postgres and execute dropAndCreateLocalDatabase.sh (while having postgres installed on your system)
Project setup is based on great PeopleInSpace project by John O'Reilly