Dueuno Elements lets you build backoffice web applications in days with a single programming language: Apache Groovy.
You need Java Development Kit (JDK) 17 installed. We support only LTS Java releases.
- Download the Dueuno Application Template project
- Run the application with
./gradlew bootRun
- Visit http://localhost:8080
- Login with
admin/admin
to manage the default tenant or withsuper/super
to manage the whole application
To create a new app from this template:
- Find/replace the string
dueunoapp
in all project files with a name of your choice - Rename the
dueunoapp
package with a name of your choice
- Run
./gradlew bootJar
- The application executable file will be generated under the
/biuld/libs
directory - Run the application with
java -jar dueunoapp-1.0-SNAPSHOT.jar
The project documentation is under the /src/docs
directory.
- Run
./gradlew asciidoctor
- The html documentation will be generated under the
/docs
directory
You can find the latest documentation here: https://dueuno.com/docs/
Dueuno Elements is an Open Source software released under the Apache License, Version 2.0.
It's not what you do,
it's how you do it.
Happy coding :)