This project was created in academic cotext and has only backend implementation. All requests to frontend were made from postman.
Its has three entities: User, Ticket and Flight
The app is managed thought three different control access roles.
This project was developed using Eclipse IDE, MySQL database and Wildfly server
This project was created from the archetype "wildfly-jakartaee-webapp-archetype".
To deploy it: Run the maven goals "install wildfly:deploy"
To undeploy it: Run the maven goals "wildfly:undeploy"