Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 789 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 789 Bytes

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