Skip to content

unrealwork/tree-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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