Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 402 Bytes

Organizational chart nodes API

This is a simple api that return an organizational chart nodes under a certain parent and support pagination.

Requirements

php >= 7.1

Installation

Setup your database connection in config.php.

Composer

This project use composer to autoload classes.


TODO

  • Add unit test
  • Add an exception handler