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:
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
see: Diveni Website
Frontend communicates via REST and WebSockets with the backend. The backend uses Spring boot and communicates with the mongoDb in a docker infrastructure.
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
- npm, vue2
npm install
npm run serve
- maven, springboot, java11
mvn spring-boot:run
- Mongodb in docker on port 27017, no credentials (Run via docker desktop)
Made with contrib.rocks.
- Icons: Animal by Thiago Silva, License: CC0 1.0 Universal