We have separated frontend and backend and used the jhipster --skip-server
command to create frontend and used jhipster --skip-client
to create backend service.
Now we would like to add more entities to frontend and backend.
So, how to generate separate frontend and backend code for an entity?
Gateway is the only backend service we have now. Postgres is our relational database.
jHipster registry is also installed to monitor services.