Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemaster17/decision-hub-final

A no-code rule builder for bank adminstrators
https://github.com/codemaster17/decision-hub-final

express mongodb mongoose postgresql reactjs sequelize tailwindcss vite

Last synced: 8 days ago
JSON representation

A no-code rule builder for bank adminstrators

Awesome Lists containing this project

README

        

# Decision Hub
![image](https://github.com/CodeMaster17/decision-hub-final/assets/96763776/f1fd2396-94c3-4752-8ba2-5074cd4075f9)

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

## ⚙️ Tech Stack

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

## 🔋 Features

👉 **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