WebApp to do Planning Poker with remote teams using external issue tracker as source of stories.
Supported issue trackers/platforms:
see: Diveni Website
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: .
Do not hesitate to ask, if there are questions.
4) 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.
5) Fork the repository and start working on your branch
6) Create a Pull Request to the original repo and wait for a code review
7) Have fun and learn new things
Happy coding 🚀
Many thanks all contributors supporting us during Hacktoberfest 2023! We are happy to announce that we had 20 PRs where 15 PRs have been merged successful during Hacktoberfest 🚀
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 🚀
Frontend communicates via REST and WebSockets with the backend. The backend uses Spring boot and communicates with the mongoDb in a docker infrastructure.
.env
in directory backend
first.env
file can be found in the docsdocker-compose up -d
docker-compose -f docker-compose.dev.yml up --build -d
.env
in directory backend
first with the following contents:
#URL the server is running on
SERVER_URL=http://localhost:8080
LOCALE=en
- detailed documentation on the ``.env`` file can be found in the [docs](https://github.com/Sybit-Education/Diveni/blob/main/docs/guide/install.md) (e.g., available configurations for adding issue trackers)
#### Frontend
- npm, vue2
- switch to directory ``frontend`` first
```shell
npm install
npm run serve
backend
firstgradle bootRun
docker run mongo
Made with contrib.rocks.