msangapu-msft / msdocs-quarkus-postgresql-sample-app

A simple Quarkus application that demonstrates how to build data-driven Java web apps in Azure App Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus sample: Hibernate ORM with Panache and RESTEasy

This is a sample application that you can use to follow along with the tutorial Build a Quarkus web app with Azure App Service on Linux and PostgreSQL.

This sample is taken from Quarkus demo: Hibernate ORM with Panache and RESTEasy. For detailed information about how the sample application is created, check out the Quarkus guide.

Run the sample

The easiest way to run this sample application is inside a GitHub codespace. Follow these steps:

  1. Fork this repository to your account. For instructions, see Fork a repo.
  2. From the repository root of your fork, select Code > Codespaces > +.
  3. In the codespace terminal, run mvn quarkus:dev.
  4. When you see the message Your application running on port 8080 is available., click Open in Browser.

Note

Be sure to conserve your monthly allowance by deleting the codespace when you're done. To delete, visit https://github.com/codespaces and select ... > Delete next to the codespace.

Run locally

Take a look at the preconfigured dev container to see what you need for a dev environment.

Resources

About

A simple Quarkus application that demonstrates how to build data-driven Java web apps in Azure App Service

License:MIT License


Languages

Language:Java 63.3%Language:HTML 31.3%Language:Dockerfile 5.4%