/scraty

A project management tool for the web based on Scrum

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Scraty

Project management tool based on Scrum

It uses Crate as backend database for storage and the API can be served from a local machine or server that runs Python.

Dashboard

Development

Backend DB

Requirements: CrateDB installed and started

DB Schema: /setup/schema.sql

Backend API

cd backend/
python3.6 -m venv env
source env/bin/activate
pip install -e .

Run the backend API with:

app

Frontend

yarn
yarn start

Features / Todos

  • Task synchronisation
  • Markdown support
  • increment stars
  • multi select (drag & drop, delete, etc.)
  • keyboard shortcuts