Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Visualize your workflow executions

nsrandom/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Pre-requisites

sudo apt install nodejs npm sqlite3

Set up the database

In the data/ directory:

sqlite3 workflows.db < schema.sql

This will create an empty database. You can verify the schema by running:

sqlite3 workflows.db ".schema"

Set up the nodejs API and UI server

  1. cd to the server/ directory
  2. Create a .env file (you can copy the .env.example). Change HOST to 0.0.0.0 if you want to enable access from a different machine.
  3. Run npm install to install deps
  4. Run npm run test to run the API tests as a way to validate the setup
  5. Run node server.js or npm run start to start the server (append & to run the server in background mode. Alternatively, run npm run dev to run in development mode.

About

Visualize your workflow executions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published