Total Users
-
Total Products
-
Feedback Entries
-
Active Users (30d)
-
Recent Users
Loading users...
Recent Products
Loading products...
Feedback Summary
-
Positive
-
Neutral
-
Negative
Loading feedback...
🔗 API Status & Testing
Test API Endpoints
API Response
Click a test button to see API responses here...
🚀 Setup Instructions
Step 1: Create D1 Database
npm run db:create
Step 2: Run Database Migrations
npm run db:migrate
npm run db:migrate:remote
Step 3: Deploy Workers API
npm run deploy:worker
Step 4: Deploy Frontend to Pages
npm run build
npm run deploy:pages