localgreenchain/pages/api
Claude b3c2af51bf
Implement marketplace foundation (Agent 9)
Add comprehensive plant trading marketplace with:
- Prisma schema with marketplace models (Listing, Offer, SellerProfile, WishlistItem)
- Service layer for listings, offers, search, and matching
- API endpoints for CRUD operations, search, and recommendations
- Marketplace pages: home, listing detail, create, my-listings, my-offers
- Reusable UI components: ListingCard, ListingGrid, OfferForm, SearchFilters, etc.

Features:
- Browse and search listings by category, price, tags
- Create and manage listings (draft, active, sold, cancelled)
- Make and manage offers on listings
- Seller and buyer views with statistics
- Featured and recommended listings
- In-memory store (ready for database migration via Agent 2)
2025-11-23 03:58:08 +00:00
..
demand Add complete API routes for transport, demand, and vertical farming systems 2025-11-22 18:31:21 +00:00
environment Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
marketplace Implement marketplace foundation (Agent 9) 2025-11-23 03:58:08 +00:00
plants Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
privacy Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
transparency Add comprehensive transparency system for LocalGreenChain 2025-11-23 03:29:56 +00:00
transport Add complete API routes for transport, demand, and vertical farming systems 2025-11-22 18:31:21 +00:00
vertical-farm Add complete API routes for transport, demand, and vertical farming systems 2025-11-22 18:31:21 +00:00
exit-preview.ts Initial commit 2023-08-09 21:34:23 +00:00
preview.ts Initial commit 2023-08-09 21:34:23 +00:00
revalidate.ts Initial commit 2023-08-09 21:34:23 +00:00