Skip to content

SureshKuchana/gallery-app

Repository files navigation

Gallery App

Tech stacks

  1. NextJS
  2. TailwindCSS
  3. Drizzle ORM
  4. PostgreSQL

TODO

  • Make it deploy (vercel)
  • Scaffold basic UI with mock data
  • Actually set up a DB (vercel postgres)
  • Attach DB to UI
  • [] Add authentication (w/Clerk)
  • [] Add image upload
  • [] Error management (w/ Sentry)
  • [] Routing image page (parallel route)
  • [] Delete button (w/ server actions)
  • [] Analytics (posthog)
  • [] Rate Limiting (upstash)