An easily-deployable microservice for collecting user feedback as JIRA issues.
https://microfeedback.js.org/backends/microfeedback-jira
- Fork and clone this repo.
cdinto the project directory. npm install- Copy
.env.example:cp .env.example .env - (Optional) Update the envvars in
.env. - To run tests:
npm test - To run the server with auto-reloading and request logging:
npm run dev- This requires the envvars in
.envto be set correctly.
- This requires the envvars in
Add debugger statements, then run the following:
npm i -g iron-node
npm run test:debug
MIT Licensed.