Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

___