https://github.com/programadorthi/full-stack-kotlin
Gradle composite builds with kotlin multiplatform only
https://github.com/programadorthi/full-stack-kotlin
Last synced: 2 months ago
JSON representation
Gradle composite builds with kotlin multiplatform only
- Host: GitHub
- URL: https://github.com/programadorthi/full-stack-kotlin
- Owner: programadorthi
- License: mit
- Created: 2024-02-14T21:06:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T14:16:08.000Z (over 2 years ago)
- Last Synced: 2025-01-20T16:44:01.525Z (over 1 year ago)
- Language: Kotlin
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Kotlin
> 🚧 Under development
A project to learn Gradle Composite builds.
The main purpose is try to do better modules separation and build kotlin multiplatform projects only.
## Features
- Ktor server for API
- Ktor server for admin pages
- Compose multiplatform for clients
- A domain and models shared between client and server application
- Build logic plugins to share configurations
### Using command-line composite build
```
./gradlew run
```
### Try server requests
There is a `demo-request.http` file that can be used with [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
## Credits
- [eShop sample data](https://github.com/dotnet/eShop/tree/main?tab=readme-ov-file#sample-data)