There was an error while loading. Please reload this page.
If you have Vagrant installed (vagrantup.com), you can set up a local environment with this command:
> vagrant up
This will build a VM and install all the prerequisites and set up the local database.
You can edit files normally using their favorite IDE outside the VM, and then run the server with these commands:
> vagrant up > vagrant ssh > mvn spring-boot:run
This might vary system by system, but the local webserver is accessible at 127.0.0.1:8080
127.0.0.1:8080
The Vagrantfile can be found here if you're interested