b0n541 / Diveni

Diveni - The Planning Poker App to be used in remote Teams connecting obtionally JIRA for user stories

Home Page:https://diveni.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diveni - The Planning-Poker App

GitHub Repo stars

License Crowdin Discord

Code Coverage Lnies Code Coverage Branches


Hacktoberfest 2022

Diveni participates on Hacktoberfest 2022! We are looking forward to your support to improve this awesome app!

Have a look on the issues tagged hacktoberfest and connect to our Discord: Discord


DIVENI Logo

WebApp to do Planning Poker with remote teams using external issue tracker as source of stories.

Supported issue trackers:

  • Atlassian JIRA on premise
  • Atlassian JIRA Cloud
  • More connectors are planned

Read more

see: Diveni Website

Diveni - The Planning-Poker App | Product Hunt


Some Screenshots

Voters view of voted story

Host view voted story

Application Instructions and Requirements

Technologies

Frontend communicates via REST and WebSockets with the backend. The backend uses Spring boot and communicates with the mongoDb in a docker infrastructure.

Run Diveni with Docker and Docker Compose

Run with pre-built docker images using docker-compose

docker-compose up -d

Run with self-build docker images using docker-compose.dev

docker-compose -f docker-compose.dev.yml up --build -d

Run Diveni locally

Frontend

  • npm, vue2
npm install
npm run serve

Backend

  • maven, springboot, java11
mvn spring-boot:run

Database

  • Mongodb in docker on port 27017, no credentials (Run via docker desktop)

Contributors

Diveni Contributors

Made with contrib.rocks.

Credits


License

LICENSE

About

Diveni - The Planning Poker App to be used in remote Teams connecting obtionally JIRA for user stories

https://diveni.io

License:GNU Affero General Public License v3.0


Languages

Language:Java 56.4%Language:Vue 37.3%Language:TypeScript 5.0%Language:Shell 0.5%Language:HTML 0.3%Language:JavaScript 0.3%Language:Dockerfile 0.2%