A basic template and starter guide to making your own simple backend server in Java.
All Official documentation can be found at https://jooby.io/
This project requires Maven. Which can be installed for your machine at https://maven.apache.org/download.cgi
Then run a quick install by running:
mvn install
Running the project will automatically start the server at http://localhost:8080