CHMIEL

Website for managing Scrum projects

Stars
1

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

to create the backend server

for frontend, website interface

as a contenerization tool

for Relational Datbase Managment system

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:

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