https://github.com/jmix-framework/jmix-onboarding
Example application created in Jmix v.1 Tutorial
https://github.com/jmix-framework/jmix-onboarding
sample
Last synced: 6 months ago
JSON representation
Example application created in Jmix v.1 Tutorial
- Host: GitHub
- URL: https://github.com/jmix-framework/jmix-onboarding
- Owner: jmix-framework
- Created: 2022-08-21T11:58:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T09:55:07.000Z (over 1 year ago)
- Last Synced: 2024-11-28T10:34:06.620Z (over 1 year ago)
- Topics: sample
- Language: Java
- Homepage: https://www.jmix.io
- Size: 2.94 MB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jmix Onboarding
This repository contains the complete source code of the example application built in [Jmix Tutorial](https://docs.jmix.io/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
1. Clone this repository
2. Open terminal in the project directory
3. Build and run the application: `./gradlew bootRun`
4. Open `http://localhost:8080` in a web browser
5. Login with `admin` user and `admin` password. Users `alice`, `bob`, `mary` have password `1`.