https://github.com/u-ways/kotlin-quarkus-realworld-example-app
Example of a Kotlin-based Quarkus application containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
https://github.com/u-ways/kotlin-quarkus-realworld-example-app
hacktoberfest kotlin realworld realworld-backend
Last synced: 6 months ago
JSON representation
Example of a Kotlin-based Quarkus application containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
- Host: GitHub
- URL: https://github.com/u-ways/kotlin-quarkus-realworld-example-app
- Owner: u-ways
- License: mit
- Created: 2021-07-07T16:18:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T15:24:17.000Z (about 3 years ago)
- Last Synced: 2025-04-03T07:11:54.719Z (6 months ago)
- Topics: hacktoberfest, kotlin, realworld, realworld-backend
- Language: Kotlin
- Homepage:
- Size: 221 KB
- Stars: 37
- Watchers: 1
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 
> ### Example of a Kotlin-based Quarkus application containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
This codebase was created to demonstrate a fully fledged fullstack application built with [Quarkus](https://quarkus.io/)
including RESTful services, CRUD operations, authentication, routing, pagination, and more.We've gone to great lengths to adhere to the Quarkus community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to
the [RealWorld](https://github.com/gothinkster/realworld) repo.### Prerequisites
- Java 11 installed and set as default.
- Gradle 6.8.3 or higher installed.### How to start a local version of the app:
- Run: `./gradlew --console=plain quarkusDev`## Contributions
Feedback, suggestions, and improvements are welcome, feel free to contribute.
___