Skip to content

venkatapathy/bpmls-framework

Repository files navigation

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/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published