Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adminfaces/quarkus-admin-showcase

AdminFaces showcase for quarkus
https://github.com/adminfaces/quarkus-admin-showcase

Last synced: 6 days ago
JSON representation

AdminFaces showcase for quarkus

Awesome Lists containing this project

README

        

= Quarkus AdminFaces Showcase
:page-layout: base
:source-language: java
:icons: font
:linkattrs:
:sectanchors:
:sectlink:
:numbered:
:doctype: book
:toc: preamble
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:

This repo is the same https://github.com/adminfaces[AdminFaces showcase^] application but running on https://quarkus.io/[Quarkus^].

NOTE: Only hotspot is supported.

== Running Admin showcase

=== Via Maven

* `git clone https://github.com/adminfaces/quarkus-admin-showcase && cd quarkus-admin-showcase && mvn compile quarkus:dev`
* access http://localhost:8080/

=== Via Java

`mvn clean package && java -jar target/quarkus-admin-showcase-runner.jar`

=== Via Docker

* `mvn clean package && docker build -f docker/Dockerfile -t rmpestano/quarkus-admin-showcase . && docker run -i --rm -p 8080:8080 rmpestano/quarkus-admin-showcase`

OR run already pushed image:

* `docker run -i --rm -p 8080:8080 rmpestano/quarkus-admin-showcase`

== Demo

https://adminfaces.github.io/admin-showcase