TFM_BPMN_to_Trello_API
API using the Trello API (https://developer.atlassian.com/cloud/trello/rest/) to generate different elements of a BPMN digram. Only one route is available, the documentation is available here: https://tfm-bpmn-to-trello-api.herokuapp.com/api/v1/docs/
Heroku deployment
https://tfm-bpmn-to-trello-api.herokuapp.com/
Local launch
npm install
npm start
Test with mocha
npm test
Author
Flavien Cocu
Context
Master's final project, University of Seville, Master's degree in software engineering.