Clone and Setup
Follow these steps to clone and run the project locally. Prerequisites
Make sure you have the following installed:
Node.js
npm (Node Package Manager)
Clone the Repository
git clone https://github.com/MOHAMMAD-ALSUBAIE/Darb-AI.git #Client Setup
cd DARB
npm install
npm run dev
#Server Setup
cd Backend
npm install
npx prisma db push
nodemon src/index.ts