ToolJet/docs/versioned_docs/version-2.0.0-beta/contributing-guide/setup/architecture.md
Akshay bed57d1f32
Docs: v2 migration (#5198)
* add migration guide

* add support links

* Update docs for digital ocean and ec2 (#5224)

* update docs for digital ocean and ec2

* update doc

* update digital ocean doc and script
2023-01-09 11:51:57 +05:30

979 B

id title
architecture Architecture

Introduction

ToolJet has two main components: ToolJet Server and ToolJet Client.

1. ToolJet Server

ToolJet server is a Node.js API application. Server is responsible for authentication, authorization, persisting application definitions, running queries, storing data source credentials securely and more.

Dependencies:

  • PostgreSQL - ToolJet server persists data to a postgres database.
  • Email service (SMTP/Sendgrid/Mailgun/etc) - Required to send user invitations and password reset emails.
  • PostgREST (Optional) - Standalone web server that converts PostgreSQL database into queryable RESTful APIs for Tooljet Database.

2. ToolJet Client

ToolJet client is a ReactJS application. Client is responsible for visually editing the applications, building & editing queries, rendering applications, executing events and their trigger, etc.

Requirements

  1. Node version 14.x