jmix-onboarding
README.md
Jmix Onboarding
This repository contains the complete source code of the example application built in Jmix Tutorial.
Overview
The application is designed to automate the onboarding process for new employees. It contains the following entities and UI for them:
- User - the user of the application who is also an employee of the organization.
- Department - the organization department the user belongs to.
- Step - the onboarding step to complete for a new employee.
- UserStep - the onboarding step of a particular user.
How to run
- Clone this repository
- Open terminal in the project directory
- Build and run the application: ./gradlew bootRun
- Open
in a web browserhttp://localhost:8080 - Login with
user andadmin
password. Usersadmin
,alice
,bob
have passwordmary
.1