Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openliberty/openliberty-realworld-example-app
https://github.com/openliberty/openliberty-realworld-example-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openliberty/openliberty-realworld-example-app
- Owner: OpenLiberty
- Created: 2020-11-11T20:05:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T08:59:00.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:59:33.047Z (9 months ago)
- Language: Java
- Size: 321 KB
- Stars: 5
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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`