A simple note taking app for Android and the Web. Both client platforms share code using Kotlin Multiplatform and use a Ktor server.
The project is part of my article series about Kotlin Multiplatform for Android and the Web.
The server endpoint can be changed in the commonMain/network.ApiUrl file.
The gradle command for running the ktor server:
$ ./gradlew :ktor:ktorRun
The server will run on port 9000.
Test account email: test@test.com Test account password: Test123123
The gradle command for installing the android app:
$ ./gradlew :android:app:installDebug
The gradle command for running the react app:
$ ./gradlew :react:spa-app:reactRun
The app will run on port 8080