johnfelipe / Diveni

Diveni - The free Planning Poker App to be used in remote Teams connecting optionally 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 Diveni - The Planning-Poker App | Product Hunt Code Coverage Lines Code Coverage Branches


Hacktoberfest 2022

Update 2022-11-02: Many thanks all contributors supporting us during Hacktoberfest 2022! We are happy to announce that we had 15 PRs where 11 PRs have been merged successful during Hacktoberfest 🚀

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

How to contribute:

  1. ⭐ the repository
  2. Connect to our Discord: Discord
  3. Pick an existing issue tagged hacktoberfest or create a new one (new feature or bug fixing)
  4. Fork the repository and start working on your branch
  5. Create a Pull Request to the original repo and wait for a code review
  6. Have fun and learn new things

Happy coding 🚀


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
  • Microsoft Azure DevOps
  • More connectors are planned

Read more

see: Diveni Website


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

  • create empty file .env in directory backend first
  • detailed documentation on the .env file can be found in the docs

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
  • switch to directory frontend first
npm install
npm run serve

Backend

  • gradle, springboot, java11
  • switch to directory backend first
  • database must be started before
gradle bootRun

Database

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

Contributors

Diveni Contributors

Made with contrib.rocks.

Credits


License

LICENSE

About

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

https://diveni.io

License:GNU Affero General Public License v3.0


Languages

Language:Java 58.7%Language:Vue 35.7%Language:TypeScript 4.7%Language:JavaScript 0.4%Language:HTML 0.3%Language:Dockerfile 0.2%