This project was bootstrapped with Micronaut Launch
Builds development version of application
Builds and runs development version of application on http://localhost:8000
You need to run this script again if there are any changes to the code.
Launches the test runner and generates test raport with coverage information.
Creates executable of application optimized for production use.
Our production server is prepared for application deployment with the use of Jenkins job. You need to login into server (mion network -> virtual machine) and create port passthrough (or use ngrok) to access Jenkins web interface.
You also need to create ngrok url for frontend running on server, and change (or add) this url to cors allowed origins in src/main/resources/application.yml
. Those changes need to be applied to "prezentacja" branch, and with ngrok still running you can start the Jenkins job.
After Jenklins job finishes, create ngrok url for backend connection, change url in frontend project to this url, build frontend project and you should be able to test application.