/decision-hub-final

A no-code rule builder for bank adminstrators

Primary LanguageTypeScript

Decision Hub

image

Decision Hub is a no-code rule builder for your business logic.

  • React.js
  • Mongo DB
  • Postgres DB
  • Tailwind CSS
  • Express.js
  • Mongoose ORM
  • Vite

👉 No Code rule builder: Select properties directly from the database and build your rules.

👉 Autosuggestion: Auto suggestion feature to make great user experience.

👉 Interactive UI: Interactive UI to make the user experience more engaging.

👉 Test Rules: Test your rules before saving them.

Installation

Install the project dependencies using npm:

  • clone the repo
  • There are 3 folders
    • mongodb server
    • client
    • postgres backend

Start the client

npm i

npx vite

Start the mongodb server

npm i

npm start

Start the postgres backend

npm i

npm start

Add the necessary env variables