Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codemaster17/decision-hub-final
- Owner: CodeMaster17
- Created: 2024-01-16T15:32:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:55:17.000Z (8 months ago)
- Last Synced: 2024-03-15T18:04:46.572Z (8 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: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
- 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