The Inverno applications are a set of showcases demonstrating Inverno framework capabilities.
The Inverno Ticket application is a simple yet powerful ticket management application that can be used to organize and plan tasks for a single person project. It is a showcase of a fullstack Web application using Vue.js on the frontend and Inverno framework on the backend to implement the Web server serving static resources and the backend REST services connecting to a Redis data store.
The Inverno core framework can be built using Maven and a JDK 11+ with the following command:
$ mvn install
The Inverno Framework is released under version 2.0 of the Apache License.