CritiQ
1.0.0

Critiq هو تطبيق ويب لا مركزي للتعامل مع مراجعات العملاء والتعليقات للمنتجات والخدمات. إنه يحفز المراجع ويمنعهم من نشر مراجعات رطبة للحفاظ على الأصالة. تتم مساعدة الشركات مع LLMS لتحسين منافستها في السوق. يوفر مجموعة من نقاط النهاية لإدارة المستخدمين والمراجعات وعمليات التحقق من الصحة.

Contract address : "0x08eB668E21bee808e48A0449713b3494476Eb1b0",
Block explorer Transaction Hash : "0x6e9e8cc04003759822505cdf5bbb39258ba71a4f76b07e30daa0ac343ee3ded9"
Block explorer url : https://subnets-test.avax.network/c-chain
استنساخ المستودع: git clone https://github.com/biswajit150803/critiqAll_backend.git cd critiqAll_backend
تثبيت التبعيات: npm install
إنشاء ملف .env مع المتغيرات التالية:
PORT=your_port
npm start واجهة برمجة تطبيقات الخلفية:
-تسجيل العميل
- Method: POST
- Body:
{
"name": "string",
"companyEmail": "string",
"walletAddress": "string"
}
-login عميل
- Method: POST
- Body:
{
"walletAddress": "string"
}
-تسجيل شركة
- Method: POST
- Body:
{
"companyName": "string",
"companyEmail": "string",
"companyLogoUrl": "string",
"companyDescription": "string",
"walletAddress": "string",
}
-login شركة
- Method: POST
- Body:
{
"walletAddress": "string"
}
-otp التحقق
- Method: POST
- Body:
{
"email": "string",
"otp": "string"
}
- Method: GET
- Body:
{
"phone": "string",
}
- Method: POST
- Body:
{
"sid": "string",
"id": "string",
"phone": "string"
}
```
- URL: /
- Method: POST
- Body:
{
"productName": "string",
"productDescription": "string",
"productImageUrl": "string",
"isOrderIdTracking": "boolean",
"reviewDate": "string",
"excelFile": "string",
"questions": [
{
"question": "string",
"type": "string",
"options": [
"string"
]
}
],
}
هذا المشروع مرخص بموجب ترخيص معهد ماساتشوستس للتكنولوجيا.