Code Monkey home page Code Monkey logo

processexplorer's Introduction

Process Mining Tool with Computer-assisted Guidance

Angular CI with npm Java CI with Maven

This is the home of the prototype for enhancing guidance during the analysis of business processes with process mining.

The project consists of two parts:

  1. the backend pe-server written in Java and
  2. the pe-portal written in TypeScript.

Getting Started - Local Development

Requirements

  • IntelliJ or Eclipse
  • Java 13 (for backend)
  • TypeScript / NodeJS environment (for frontend)
  • PostgreSQL database

Installation

To get started locally, follow these instructions:

PostgreSQL database

To configure the webservice using the database, you'll have to modify the pe-server\services\web\src\main\resources\application.properties file. Adjust spring.datasource.username, spring.datasource.password and spring.datasource.url accordingly to your PostgreSQL installation.

The database must be created beforehand.

Build

You can build the pe-server using your favorite development tool or via command line with

mvn install

This should grab all the needed dependencies and build the project.

You can build the pe-portal using the command line via

npm install
ng build

Run the project

To run the entire ProcessExplorer, you'll need to run two projects:

  • pe-server
  • pe-portal

You can then open a browser window with http://localhost:4200/

Note: The pe-server runs under port 8080 and the pe-portal runs under port 4200.

There is currently no authentication implemented!

processexplorer's People

Contributors

alexsee avatar dependabot[bot] avatar flomon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.