Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keygenqt/kmp-mb
Project using Kotlin Multiplatform and native UI implementation.
https://github.com/keygenqt/kmp-mb
kmp ktor react
Last synced: about 11 hours ago
JSON representation
Project using Kotlin Multiplatform and native UI implementation.
- Host: GitHub
- URL: https://github.com/keygenqt/kmp-mb
- Owner: keygenqt
- License: apache-2.0
- Created: 2024-06-16T07:33:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T03:37:12.000Z (2 months ago)
- Last Synced: 2024-09-14T16:23:29.687Z (2 months ago)
- Topics: kmp, ktor, react
- Language: JavaScript
- Homepage: https://mb.keygenqt.com
- Size: 41.8 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KMP Mobile Broadcast
### Subscribe and like!
> MVP Done 🎉
![preview.png](data/preview2.png)
I set myself a task: to implement a template for future similar projects and do a good deed for [Mobile Broadcast](https://mobilebroadcast.dev). Since this is partly a "template", the project is characterized by reduced coupling of components. There are a lot of different components and features, in the project I collected many of my developments and improved those that were already there. The site turned out to be quite large: 11k lines of JavaScript and 9k lines of Kotlin. It is not perfect, there is still work to do, but this is the path of development.
### Includes
- Website / [React](https://react.dev/)
- Admin Panel / [React](https://react.dev/)
- API / [Ktor](https://ktor.io/)
- Shared module / [KMP](https://kotlinlang.org/docs/multiplatform.html)
- Docker / [Compose](https://docs.docker.com/compose/)### Links
- DB - https://mb-db.keygenqt.com
- API - https://mb-api.keygenqt.com
- Website - https://mb.keygenqt.com
- Admin-Panel - https://mb-admin.keygenqt.com### License
```
Copyright 2024 Vitaliy ZarubinLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```