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: 10 months ago
JSON representation
A no-code rule builder for bank adminstrators
- Host: GitHub
- URL: https://github.com/codemaster17/decision-hub-final
- Owner: CodeMaster17
- Created: 2024-01-16T15:32:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:55:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T00:55:56.600Z (11 months ago)
- Topics: express, mongodb, mongoose, postgresql, reactjs, sequelize, tailwindcss, vite
- Language: TypeScript
- Homepage: https://decision-hub-final.vercel.app
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decision Hub

## 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
## 🔋 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