pkuijpers / realworld-java-ee

Starter kit for new RealWorld framework implementations

Home Page:https://realworld.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

Java EE codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

Build Status

SonarCloud Status

This codebase was created to demonstrate a fully fledged fullstack application built with Java EE including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Java EE community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

The application uses Java EE in a Wildfly Swarm container.

Technologies used:

Getting started

You need Java and Maven installed.

mvn wildfly-swarm:run
open http://localhost:8080/hello

About

Starter kit for new RealWorld framework implementations

https://realworld.io


Languages

Language:Java 100.0%