Skip to content

mikethebeer/scraty

Repository files navigation

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

About

A project management tool for the web based on Scrum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published