Is jhipster only for backend or frontend?
Is jhipster only for backend or frontend?
I am new to java nd jhipster so I have some questions.
Jhipster can generate frontend and backend code in monolithic type but perpose of frontend is only for administrating or for last users? We have to still create application for last users?
Eg. if we want to create blog app and we can create backend for api and frontend for administering by jhipster now for last users who can use blogs we have to create another frontend am I right?
Sorry for my English.
Thanks
1 Answer
1
Are you referring to the Last Users as the 'End Users' or the people who will create the blogs?
If yes, I think that there is no need to create another front-end for the blog users.
You could make use of the *jhiHasAnyAuthority directive to switch front end views and processes for the end user.
Unless, you plan to have a completely different view and functionality with the 'Last/End user' blogs.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.