Data Features Toolkit Backend documentation

Description and Architecture

List of endpoints for creating, deleting, editing projects and tasks as well as sending execution requests for those tasks and receiving status responses.

Acts as a relay communicating messages between the frontend and the storage, catalog and execution services

Local installation

Prerequisites

  • Node.js 20+

  • Git

Installation

git clone <repository>
pnpm install
pnpm start:dev

Next Steps