A KMP (Android/JVM) client + NodeJS backend that tracks controlled grappling time in the Rdojo Kombat sport.
See rdojo.com/kombat for more information.
cd server
npm -i
npm run db:migrate && npm start
The client supports both Android and Desktop/JVM.
cd app
./gradlew :app:installDebug # android
./gradlew :app:run # JVM desktop