Developer Docs

Quick references for this project and links to official docs.

Repository docs

Next.js (Pages Router & API Routes)

Prisma (PostgreSQL)

Tailwind CSS

API endpoints in this app

  • Auth: POST /api/auth/register, POST /api/auth/login
  • Notes: GET/POST /api/notes, GET/PUT/DELETE /api/notes/[id]
  • Wines search: GET /api/wines/search?q=...