https://github.com/tetraquark/arcsecondkmp
Example of full stack application using Kotlin Multiplatform
https://github.com/tetraquark/arcsecondkmp
Last synced: 7 months ago
JSON representation
Example of full stack application using Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/tetraquark/arcsecondkmp
- Owner: Tetraquark
- Created: 2020-08-02T08:37:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T19:11:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T16:16:39.846Z (9 months ago)
- Language: Kotlin
- Size: 169 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArksecondKMP
Small example of "full-stack" application using Kotlin Multiplatform.
The app displays some astronomical data using the open [Arksecond API](https://api.arcsecond.io/).
Contains a small server implementation using Ktor-Server and Android and iOS application using KMM.
### Server
- Ktor
- SQLDelight
- kotlinx.serialization### Kotlin Multiplatform Mobile
- moko-mvvm
- SQLDelight
- kotlinx.coroutines
- kotlinx.serialization### Android
- Jetpack Compose
### iOS
~Maybe it will coming soon~
- SwiftUI