OpenLiberty + JPA codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
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 repo.
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