CritiQ
1.0.0

Critiq เป็นเว็บแอปพลิเคชันที่กระจายอำนาจสำหรับการจัดการความคิดเห็นของลูกค้าและข้อเสนอแนะสำหรับผลิตภัณฑ์และบริการ มันเป็นแรงจูงใจให้ผู้ตรวจสอบและป้องกันไม่ให้พวกเขาโพสต์ความคิดเห็นที่พูดพล่อยๆเพื่อรักษาความถูกต้อง บริษัท ต่างๆได้รับความช่วยเหลือจาก LLM เพื่อปรับปรุงการแข่งขันในตลาด มันมีจุดสิ้นสุดสำหรับการจัดการผู้ใช้รีวิวและกระบวนการตรวจสอบความถูกต้อง

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 แบ็กเอนด์ API:
-ลงทะเบียนลูกค้า
- 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 A บริษัท
- 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"
]
}
],
}
โครงการนี้ได้รับใบอนุญาตภายใต้ใบอนุญาต MIT