Mobimenu is a platform that provides a digital operating system for food businesses. It does so through the use of Qr code technology to efficiently manage interactions with customers, providing businesses with digitized, and intuitive menus, inventory management, customer-engagement, accounting and a host of other tools they need to succeed.
This is the core backend service which drives the entire platform. It is built with Java and the Quarkus framework,
and leverages the reactive toolkit small-rye mutiny[https://smallrye.io/smallrye-mutiny/2.3.1/] which is built on the principles of Reactive streams.
The application can be packaged using:
./gradlew buildIt produces the quarkus-run.jar file in the build/quarkus-app/ directory.
Be aware that it’s not an über-jar as the dependencies are copied into the build/quarkus-app/lib/ directory.
The application is now runnable using java -jar build/quarkus-app/quarkus-run.jar.
If you want to build an über-jar, execute the following command:
./gradlew build -Dquarkus.package.type=uber-jarThe application, packaged as an über-jar, is now runnable using java -jar build/*-runner.jar.
You can also run the application in dev mode which enables live coding using:
./gradlew quarkusDevThe service can be accessed in dev mode using this url http://localhost:8080/q/dev/