Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.61 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.61 KB

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.