Changes
Page history
Create Achievements
authored
May 16, 2025
by
Ali Khavari
Hide whitespace changes
Inline
Side-by-side
Achievements.md
0 → 100644
View page @
736573c4
✅ 1. Backend that accepts and validates requests
You implemented POST /api/request with Zod validation
Handles customer creation and links it to an order
✅ 2. Database with customer and order tables
Prisma models Customer and Order are working
Data is correctly stored and viewed via Prisma Studio
✅ 3. Frontend with clear data visualization
Dashboard shows total orders and customer count
UI is built using React (and shadcn/ui, from the look of it ✅)
✅ 4. Separate routes to fetch data
GET /api/orders
GET /api/customers
✅ You've successfully tested both via PowerShell
\ No newline at end of file