Youhua Backend
Next.js + MongoDB API server for the 油画治愈鉴赏 app.
API Routes
GET /api/healthPOST /api/auth/registerPOST /api/auth/loginPOST /api/auth/appleGET /api/auth/mePOST /api/auth/logoutDELETE /api/auth/accountGET /api/feed/today?limit=10GET /api/styles/{style}?limit=12GET /api/artworks/{objectId}GET /api/artworks/{objectId}/lineageGET /api/artworks/{objectId}/originsGET /api/favoritesPOST /api/favoritesDELETE /api/favorites/{objectId}GET /api/share-cardsPOST /api/share-cardsGET /api/share-cards/{id}POST /api/moods/generateGET /api/profile
Quick Start
cp .env.example .env.local npm run dev