Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/openliberty/openliberty-realworld-example-app


https://github.com/openliberty/openliberty-realworld-example-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ![RealWorld Example App](static/openliberty-realworld-logo.png)

![travis badge](https://travis-ci.com/dshimo/realworld-starter-kit.svg?branch=master)

> ### OpenLiberty + JPA codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://github.com/gothinkster/realworld)    [RealWorld](https://github.com/gothinkster/realworld)

This codebase was created to demonstrate a fully fledged fullstack application built with OpenLiberty + MicroProfile + JPA including CRUD operations, authentication, routing, pagination, and more.

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.

# Getting started

You will need Java as a prerequisite and our current build tool of choice is Maven.
* Clone this repo
* To build, run `mvn clean install`
* To start the server, run `mvn liberty:start`
* To start the server as a foreground process, run `mvn liberty:run`