Skip to content
/ gallery Public

A photo gallery, made with Next.js, Drizzle ORM, uploadthing, shadcn-ui. Auth protected by clerk, rate-limited with upstash.

License

Notifications You must be signed in to change notification settings

iglooe/gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

This is a T3 Stack project bootstrapped with create-t3-app.

Tech stack

Main technologies

Features to be implemented

  • Authentication with Clerk
  • File uploads with uploadthing
  • ORM using Drizzle ORM
  • Database on Vercel postgres
  • Error management with Sentry
  • Parallel routes on images click
  • Delete Button (w/ Server Actions)
  • Ratelimtting the api with Upstash
  • Analytics with Vercel

Getting Started

  1. Clone the repository

    git clone https://github.com/iglooe/gallery.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev
  5. Push the database schema

    pnpm run db:push

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.

About

A photo gallery, made with Next.js, Drizzle ORM, uploadthing, shadcn-ui. Auth protected by clerk, rate-limited with upstash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published