Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T15:24:17.000Z (about 2 years ago)
- Last Synced: 2024-05-01T19:40:59.316Z (7 months ago)
- Topics: hacktoberfest, kotlin, realworld, realworld-backend
- Language: Kotlin
- Homepage:
- Size: 221 KB
- Stars: 29
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ![RealWorld Example App](kotlin-quarkus-realworld-logo.png)
> ### 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.
___