From c9c6f16509f69f9ea526d4ed2d3c4337d53ba3ee Mon Sep 17 00:00:00 2001 From: Navaneeth Pk Date: Mon, 17 May 2021 09:50:25 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 073cc264df..8471a70cbb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

-ToolJet is an **open-source low-code framework** to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources such as databases ( like PostgreSQL, Redis, etc ), API endpoints ( ToolJet supports importing OpenAPI spec & OAuth2 authorization) and external services ( like Stripe, Google Sheets ) and use our pre-built UI widgets to build internal tools. +ToolJet is an **open-source low-code framework** to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources such as databases ( like PostgreSQL, MongoDB, Elasticsearch, etc ), API endpoints ( ToolJet supports importing OpenAPI spec & OAuth2 authorization) and external services ( like Stripe, Slack, Google Sheets ) and use our pre-built UI widgets to build internal tools.

Quickstart: Deploy ToolJet server to Heroku and client to Netilify.
@@ -15,7 +15,7 @@ Quickstart: Deploy ToolJet server to Heroku and client to Netilify.
## Features -- Visual app builder with widgets such as tables, buttons, dropdowns and more +- Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns and more - Connect to databases, APIs and external services - Deploy on-premise - Granular access control on organization level and app level @@ -25,6 +25,9 @@ Quickstart: Deploy ToolJet server to Heroku and client to Netilify.
- Import endpoints from OpenAPI specs - Support for OAuth +## Examples +[Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)
+ ## Documentation The documentation is available at https://docs.tooljet.io From 933ecef62c83ead145d6089cd4d4e45e94cbba89 Mon Sep 17 00:00:00 2001 From: Navaneeth Pk Date: Mon, 17 May 2021 10:04:00 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8471a70cbb..28ae497bff 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,38 @@ ToolJet is an **open-source low-code framework** to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources such as databases ( like PostgreSQL, MongoDB, Elasticsearch, etc ), API endpoints ( ToolJet supports importing OpenAPI spec & OAuth2 authorization) and external services ( like Stripe, Slack, Google Sheets ) and use our pre-built UI widgets to build internal tools. +

+ +

+

Quickstart: Deploy ToolJet server to Heroku and client to Netilify.

+
+ + ## Features - Visual app builder with widgets such as tables, charts, modals, buttons, dropdowns and more - Connect to databases, APIs and external services -- Deploy on-premise +- Deploy on-premise ( supports docker, kubernetes, heroku and more ) - Granular access control on organization level and app level - Write JS code almost anywhere in the builder - Query editors for all supported data sources - Transform query results using JS code - Import endpoints from OpenAPI specs +- All the credentials are securely encrypted using `aes-256-gcm`. +- ToolJet acts only as a proxy and doesn't store any data. - Support for OAuth +
+ +## Quickstart +The easiest way to get started with ToolJet is by creating a [ToolJet Cloud](https://tooljet.io) account. ToolJet Cloud offers a hosted solution of ToolJet. If you want to self-host TooJet, please proceed to [deployment documentation](https://docs.tooljet.io/docs/setup/architecture). + ## Examples [Building a Github contributor leaderboard using ToolJet](https://blog.tooljet.io/building-a-github-contributor-leaderboard-using-tooljet/)