Coder Social home page Coder Social logo

mjmk3 / code.quarkus.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quarkusio/code.quarkus.io

0.0 0.0 0.0 8.04 MB

Code Quarkus - Start coding with Quarkus

Home Page: https://code.quarkus.io

License: Apache License 2.0

Shell 0.87% JavaScript 0.18% Java 55.08% Kotlin 0.07% TypeScript 33.43% HTML 0.69% SCSS 9.67%

code.quarkus.io's Introduction

Code Quarkus App

Tests Version

The structure of this Web app is a bit special as it is possible to extend and customize it. It is what we could call a Fullstack React library thanks to the power of the Quarkus Web Bundler. It also contains our community implementation for code.quarkus.io.

๐Ÿ“ ./web-deps contains all the web dependencies for the library, it is split in its own module to allow the library to be used in other Quarkus apps.

๐Ÿ“ ./base is the base library, it contains the Api and the Code Quarkus React library, it also contains the Community App for dev purposes (you can remove it if you provide your own).

๐Ÿ“ ./community-app is the community-app Quarkus app, it uses the base library without doing much as it directly use the Community App inside it.

๐Ÿ“ ./acceptance-test are the test which run to auto promote new versions to production

https://github.com/redhat-developer/code.quarkus.redhat.com is an example of how this can be extended and customized.

Development

Api is located in base/src/main/java UI is located in base/src/main/resources/web/

Use this command to start community-app dev mode on: http://0.0.0.0:8080 (Api and UI).

# Install the parent pom and web-deps
./mvnw clean install -N;./mvnw clean install -f web-deps

# Start the dev mode
./mvnw quarkus:dev -f base

Build the app locally:

mvn clean install -Dlib -Dcommunity-app

After building, use this command to start the community-app in production mode:

java -jar community-app/target/quarkus-app/quarkus-run.jar

Staging

Staging is auto-updated with main (it takes ~15min to refresh after a merge): https://stage.code.quarkus.io

You can check deployed commit hash on: https://stage.code.quarkus.io/api/config

Promote to production

It is automated based on the acceptance tests

API Documentation

code.quarkus.io's People

Contributors

ia3andy avatar dependabot[bot] avatar gsmet avatar actions-user avatar gastaldi avatar edewit avatar maxandersen avatar phillip-kruger avatar tacsio avatar geoand avatar sr-lut3t1um avatar jmtd avatar aloubyansky avatar rubenskj avatar insectengine avatar yrodiere avatar stuartwdouglas avatar rsvoboda avatar ppalaga avatar netodevel avatar nderwin avatar xstefank avatar machi1990 avatar evanchooly avatar glefloch avatar emmanuelbernard avatar cescoffier avatar aguibert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.