Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 919 Bytes

FSM 101

Finite state machine workflow UI and REST API

Online demo

https://demo.viewflow.io/review/

Quickstart

$ git clone https://github.com/viewflow/cookbook.git --depth=1

$ python3 -m venv cookbook/fsm101/venv
$ source cookbook/fsm101/venv/bin/activate

$ pip install -r cookbook/fsm101/requirements.txt --extra-index-url https://pypi.viewflow.io/<licence_id>/simple/
$ python3 cookbook/fsm101/manage.py migrate
$ python3 cookbook/fsm101/manage.py createsuperuser
$ python3 cookbook/fsm101/manage.py runserver

Navigate to http://127.0.0.1:8000/api/

Related documentation

Most interesting files