jhipster / jhipster-online

JHipster Online lets you generate your JHipster projects through a user friendly web interface.
https://start.jhipster.tech/
Apache License 2.0
206 stars 139 forks source link

CloudProviding JHipster-lite application #349

Closed matthieuRioual closed 2 years ago

matthieuRioual commented 2 years ago

The idea would be to host the application on cloud in order to permit the application to be accessible everyone by everyone.

In a first hand, i would like to deploy the application on a simple Heroku server, kind of staging website in tests the new front-end fonctionnalities. The server will generate the asked files locally on the server and then when the user will ask for it, he will receive a zip file withs all the files in it.

After this will be done, we will need to think about the way to implement the application with security part because the problem coming with this method is that everyone will be able to spam the generation part and break the server.

The work will be done on the branch "CloudProviding" and the application will be available at :https://jhipsterlite.herokuapp.com/

pascalgrimaud commented 2 years ago

@matthieulapatate : why are you creating this ticket in JHipster Online project? I think you're wrong as it's not the scope of this project

matthieuRioual commented 2 years ago

Sorry wrong project.