Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.1 KB

BPMLS - Business Process Management-based Learning System

Description

This project aims to provide a framework for exploiting Business Process Management Notation and Systems (BPMN, BPMS) in order to support workplace e-learning.

The design and the development of this framework are supported by the LabSEDC at CNR-ISTI.

Structure

  • backend: BPMLS Backend Engine and Concepts
  • frontend: BPMLS Frontend and GUI

Main Dependencies

  • maven
  • git
  • Java 8

Build

First of all, clone the repository.

git clone https://github.com/venkatapathy/bpmls-framework.git

Then, once cloned, you can trigger a build with maven from the root directory.

  • cd ./bpmls-framework
  • mvn clean install

Launch

Enter into the backend part of the project and run with maven:

  • cd ./bpmls-framework/backend
  • mvn spring-boot:run

Now with a browser access to: http://localhost:24098

Logging

THIS WILL COME SOON

License

Apache License 2 (http://www.apache.org/licenses/)