Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.85 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.85 KB

Tree editor

Codecov

Description

Simple client-server application for editing tree structure that stores in database. Server represents RESTFul service with following API. Client is single page application.

Demo

Latest stable version of application available here: https://tree-editor.herokuapp.com/

Features

  • Selected element has to mark with special icon.
  • Lazy node loading.
  • Emulate two-seconds loading by delay.
  • Tree modification's operations
    • Add new node
    • Edit current node
    • Remove current node
    • Move current node to another node
  • Store tree in DB.

Build

make
make start

Using technologies

Backend

Frontend