# bpmn-web **Repository Path**: kingecg/bpmn-web ## Basic Information - **Project Name**: bpmn-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-15 - **Last Updated**: 2026-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # itsm-workflows-bpmn A backend execution engine for the ITSM-NG workflow plugin ## Installation ### Requirements * Node.js >= 10.x * NPM >= 6.x * MongoDB >= 4.x ### Installation Setup .env with your mongodb connection string like so: ```bash # PORT # for express application PORT=3000 #API_KEY is used for remote access API_KEY=12345 # MongoDB Settings MONGO_DB_URL=mongodb://0.0.0.0:27017/bpmn # ... more settings ``` Install dependencies ```bash git clone https://github.com/bpmnServer/bpmn-web.git npm install npm run setup ``` ## Usage Start the server with the following command: ```bash npm start ```