https://github.com/openliberty/openliberty-realworld-example-app
https://github.com/openliberty/openliberty-realworld-example-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openliberty/openliberty-realworld-example-app
- Owner: OpenLiberty
- Created: 2020-11-11T20:05:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T08:59:00.000Z (over 2 years ago)
- Last Synced: 2025-07-06T02:47:11.071Z (11 months ago)
- Language: Java
- Size: 321 KB
- Stars: 6
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 

> ### 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`