Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API-First Development #244

Open
pumoica opened this issue Jul 16, 2021 · 1 comment
Open

API-First Development #244

pumoica opened this issue Jul 16, 2021 · 1 comment
Labels
good first issue Good for newcomers question Further information is requested

Comments

@pumoica
Copy link

pumoica commented Jul 16, 2021

One of the JHipster options is "API-First Development" (https://www.jhipster.tech/doing-api-first-development/) provides great benefits (mentioned in the link) and our team has been extensively using it for our java-based (micro)services.

Arguably, the most significant benefit is using this option enforces a team to really think well (and do so before writing code) about how exactly services are going to interact. This adjustment in our SDLC helps a lot in preventing many issues downstream that are a consequence of treating your service API as rather an afterthought and/or a "convenience" of your service implementation.

We've started adding new services (to our solution) that are based on NestJS framework and were excited to see the node version of JHipster but it seems that NHipster does not have the mentioned option implemented.

Are there any plans to add this option anytime soon?

Apologies if the feature is already in place and I simply missed it.

@ghost
Copy link

ghost commented Jul 16, 2021

Hi @pumoica,
thanks for the interest!!
In this moment NHipster does not support api-first development feature.
If you want to contribute for it, you are welcome!!

Besides, if you haven't experience about blueprint development, you could share your nestjs project with design and plugin to develop with that approach.

Thanks in advance.

@ghost ghost added good first issue Good for newcomers question Further information is requested labels Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant