gaetanBloch / jhlite-gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JHipster Sample Application

Prerequisites

Java

You need to have Java 21:

Node.js and NPM

Before you can build this project, you must install and configure the following dependencies on your machine:

  1. Node.js: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle.

After installing Node, you should be able to run the following command to install development tools. You will only need to run this command when dependencies change in package.json.

npm install

Local environment

Start up

./mvnw
docker compose -f src/main/docker/sonar.yml up -d
./mvnw clean verify sonar:sonar
docker compose -f src/main/docker/mongodb.yml up -d
docker compose -f src/main/docker/postgresql.yml up -d
docker compose -f src/main/docker/kafka.yml up -d
docker compose -f src/main/docker/akhq.yml up -d

Documentation

About

License:Apache License 2.0


Languages

Language:Java 82.5%Language:TypeScript 14.7%Language:HTML 1.3%Language:JavaScript 1.0%Language:CSS 0.2%Language:Dockerfile 0.2%Language:Shell 0.1%