Skip to content

dueuno-projects/dueuno-app-template

Repository files navigation

Dueuno on X

Dueuno Application Template

Dueuno Elements lets you build backoffice web applications in days with a single programming language: Apache Groovy.

Getting Started

You need Java Development Kit (JDK) 17 installed. We support only LTS Java releases.

  1. Download the Dueuno Application Template project
  2. Run the application with ./gradlew bootRun
  3. Visit http://localhost:8080
  4. Login with admin/admin to manage the default tenant or with super/super to manage the whole application

Create a new app

To create a new app from this template:

  1. Find/replace the string dueunoapp in all project files with a name of your choice
  2. Rename the dueunoapp package with a name of your choice

Create an executable .jar

  1. Run ./gradlew bootJar
  2. The application executable file will be generated under the /biuld/libs directory
  3. Run the application with java -jar dueunoapp-1.0-SNAPSHOT.jar

Documentation

The project documentation is under the /src/docs directory.

  1. Run ./gradlew asciidoctor
  2. The html documentation will be generated under the /docs directory

Dueuno Elements

You can find the latest documentation here: https://dueuno.com/docs/

License

Dueuno Elements is an Open Source software released under the Apache License, Version 2.0.

Remember...

It's not what you do,
it's how you do it.

Happy coding :)

About

Dueuno Elements application template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published