https://github.com/experrior/chmiel
Website for managing Scrum projects
https://github.com/experrior/chmiel
docker docker-compose groovy postgresql python reactjs scrum spring-boot
Last synced: 17 days ago
JSON representation
Website for managing Scrum projects
- Host: GitHub
- URL: https://github.com/experrior/chmiel
- Owner: Experrior
- Created: 2024-03-01T15:53:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T22:01:46.000Z (over 1 year ago)
- Last Synced: 2025-03-05T01:42:04.167Z (about 1 year ago)
- Topics: docker, docker-compose, groovy, postgresql, python, reactjs, scrum, spring-boot
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHMIEL
This 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.
Projects 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.
## Table of Contents
- [Technologies](#technologies)
- [Screenshots](#screenshots)
- [Setup](#setup)
- [Disclaimer](#disclaimer)
- [License](#license)
## Technologies
[ **Spring Boot**](https://spring.io/projects/spring-boot)
to create the backend server
[ **React.js**](https://react.dev/)
for frontend, website interface
[ **Docker**](https://www.docker.com/)
as a contenerization tool
[ **PostgreSQL**](https://www.postgresql.org/)
for Relational Datbase Managment system
[ **Groovy**](https://groovy-lang.org/)
for testing using Spock framework
## Screenshots
### Login Page

### Home Page

### Issues Page

### Graphs

### User Page

## Setup
#### For windows:
```
docker compose -f compose.yaml build
docker compose -f compose.yaml up -d --remove-orphans
```
#### For Linux:
You can run the same commands as above or just run 'startup.sh' script
```
chmod +x startup.sh; ./startup.sh 1
```
which will create build and and start docker compose and additionally will leave you real-time overview for 'docker ps' command.
### Prerequisites
Make sure you have the following software installed:
[ **Docker**](https://www.docker.com/)
## Disclaimer
This 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.
## License
[](https://opensource.org/licenses/MIT)