Gateway and Microservices using JHipster JDL and Docker Compose

  • Installing nodejs with NPM
  • Installing JHispter
  • Intalling Docker
  • JHipster JDL
  • Docker Compose

Installing Node.js

Install Node.js from the Node.js website (please use an LTS 64-bit version, non-LTS versions are not supported)

And run Node.js command prompt. It would be better if you will pin in to Start or Task bar, to find it faster next time

Installing JHispter

Quick setup

  • Install Java 11
  • Install Node.js from
  • Install JHipster: npm install -g generator-jhipster

Details about how to install JHipster with different options and types please refer to this link

Intalling Docker

Download the Docker from https://www.docker.com/products/docker-desktop

to be continue….