Giter Club home page Giter Club logo

quarkus-web-lab's Introduction

quarkus-web-lab

qr-code

github.com/quarkusio/quarkus-web-lab

This lab contains 3 parts to do in order.

1 - The CMS (~60m)

Here we allow bloggers to manage blog entries. Read more...

2 - The Blog (~30m)

Here we show the blog created by the CMS. Read more...

3- The Comments (~30m)

Here we allow users to add comments on the blog. Read more...

Getting your environment ready

To get the most out of this lab, make sure you have the following working on your workstation:

JDK

Choose any JDK, like:

After you installed the JDK, make sure java is available on your Path, example:

$ java -version
openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9, mixed mode, sharing)

Git (Optional)

Install Git (to get the code from the lab, alternatively, you can download the starter project as a zip from GitHub)

You can test your git by checking the version:

$ git -v
git version 2.45.0

IDE

You can use any IDE you want, example:

Install Quarkus tools: https://quarkus.io/guides/ide-tooling

Getting the code:

To get started with the code, checkout the lab using Git:

git clone [email protected]:quarkusio/quarkus-web-lab.git
cd quarkus-web-lab

quarkus-web-lab's People

Contributors

ia3andy avatar phillip-kruger avatar fromage avatar mkouba avatar jponge avatar

Stargazers

Chris Laprun avatar

Watchers

 avatar Guillaume Smet avatar  avatar  avatar

quarkus-web-lab's Issues

Missing HTML charset

Both main.htmland base.html templates miss a meta tag to specify the charset used (UTF-8 here)

<meta charset="UTF-8">

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.