{"id":15056508,"url":"https://github.com/experrior/chmiel","last_synced_at":"2026-03-07T19:32:28.115Z","repository":{"id":249193898,"uuid":"765782309","full_name":"Experrior/CHMIEL","owner":"Experrior","description":"Website for managing Scrum projects","archived":false,"fork":false,"pushed_at":"2024-07-18T22:01:46.000Z","size":1222,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T01:42:04.167Z","etag":null,"topics":["docker","docker-compose","groovy","postgresql","python","reactjs","scrum","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Experrior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-01T15:53:55.000Z","updated_at":"2024-12-18T20:25:50.000Z","dependencies_parsed_at":"2024-07-19T06:28:39.911Z","dependency_job_id":"cd602f8a-065b-4af9-8fea-866be7754d0c","html_url":"https://github.com/Experrior/CHMIEL","commit_stats":null,"previous_names":["experrior/chmiel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2FCHMIEL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2FCHMIEL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2FCHMIEL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Experrior%2FCHMIEL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Experrior","download_url":"https://codeload.github.com/Experrior/CHMIEL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950079,"owners_count":20047587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","groovy","postgresql","python","reactjs","scrum","spring-boot"],"created_at":"2024-09-24T21:52:14.394Z","updated_at":"2026-03-07T19:32:28.074Z","avatar_url":"https://github.com/Experrior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  CHMIEL\n\nThis is Jira inspired project for managing Scrum projects. It gives you option for splitting work between projects. Each project have an owner which can add/remove members.\nProjects have sprints, where each sprint can have multiple tasks. Additionally there's a backlog for each project which helps hold issues/tasks not assigned to any sprint yet.\n\n\n## Table of Contents\n\n- [Technologies](#technologies)\n- [Screenshots](#screenshots)\n- [Setup](#setup)\n- [Disclaimer](#disclaimer)\n- [License](#license)\n\n\n## Technologies\n\n[![](https://github.com/Experrior/CHMIEL/assets/73387931/ce324f52-5e64-44b6-a5f4-00264f6136bd) **Spring Boot**](https://spring.io/projects/spring-boot)\nto create the backend server\n\n[![](https://github.com/Experrior/CHMIEL/assets/73387931/520bd416-7c6a-490b-8a8d-eadb2804c3ac) **React.js**](https://react.dev/)\nfor frontend, website interface\n\n[![](https://github.com/Experrior/CHMIEL/assets/73387931/f496b663-e3e5-4367-a21a-bb51e16a2883) **Docker**](https://www.docker.com/)\nas a contenerization tool\n\n[![](https://github.com/Experrior/CHMIEL/assets/73387931/e0b0f258-ca0e-42ae-896e-321afc3ad70b) **PostgreSQL**](https://www.postgresql.org/)\nfor Relational Datbase Managment system\n\n[![](https://github.com/user-attachments/assets/4b7aed33-ead9-4b4d-a0c3-64c84fb2b0bf) **Groovy**](https://groovy-lang.org/)\nfor testing using Spock framework\n\n\n## Screenshots\n\n### Login Page\n\n![login_page](https://github.com/user-attachments/assets/8f894510-0130-437b-bbfd-6063f4e87533)\n\n### Home Page\n\n![Screenshot_20240718_222425](https://github.com/user-attachments/assets/223c6c30-6702-43f5-af9a-85524a9d70f9)\n\n### Issues Page\n\n![Screenshot_20240718_222514](https://github.com/user-attachments/assets/fdfe5908-2eb5-41a8-8585-a6fbf991e2c2)\n\n### Graphs\n\n![Screenshot_20240718_232905](https://github.com/user-attachments/assets/937b3beb-bed4-473f-8b1c-78d6a273f999)\n\n### User Page\n\n![Screenshot_20240718_222425](https://github.com/user-attachments/assets/df1b127a-33f0-4ab5-aa77-69acadc6828b)\n\n\n## Setup\n\n#### For windows:\n\n  ```\n  docker compose -f compose.yaml build\n  docker compose -f compose.yaml up -d --remove-orphans\n  ```\n\n#### For Linux:\n\n  You can run the same commands as above or just run 'startup.sh' script\n  \n  ``` \n  chmod +x startup.sh; ./startup.sh 1\n  ```\n  \n  which will create build and and start docker compose and additionally will leave you real-time overview for 'docker ps' command.\n\n### Prerequisites\n\nMake sure you have the following software installed:\n\n[![](https://github.com/Experrior/CHMIEL/assets/73387931/f496b663-e3e5-4367-a21a-bb51e16a2883) **Docker**](https://www.docker.com/)\n\n\n## Disclaimer\n\nThis is not the complete project, but contains a lot of usefull features and solution which could help with inspiring and helping with your own projects.\n\n\n## License\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexperrior%2Fchmiel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexperrior%2Fchmiel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexperrior%2Fchmiel/lists"}