Giter Club home page Giter Club logo

diveni's Introduction

Diveni - The Planning-Poker App

GitHub Repo stars License Crowdin Discord Diveni - The Planning-Poker App | Product Hunt Code Coverage Lines Code Coverage Branches


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


Hacktoberfest

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

How to contribute:

  1. โญ the repository
  2. Connect to our Discord: Discord. Do not hesitate to ask, if there are questions.
  3. Pick an existing issue tagged hacktoberfest or create a new one (new feature or bug fixing). To prevent double work, it is a good idea to comment within the issue, that you take it over. someone of the maintainers will assign it to you if we see any progress.
  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 ๐Ÿš€

Hacktoberfest 2022

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 ๐Ÿš€


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, java17
  • 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

diveni's People

Contributors

zellidev0 avatar jbahner avatar stritti avatar github-actions[bot] avatar dependabot[bot] avatar kzudemevin avatar robingenz avatar sponsoredbypuma avatar ma722fle avatar niklas-a-p avatar egeju avatar npolster avatar jantold avatar dovllasa avatar b0n541 avatar andreas-becker avatar aspireve avatar christian-german avatar g1t-happens avatar sourabhkashyap95 avatar utsav00 avatar johnfelipe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.