Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 383 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 383 Bytes

tiny

I started this project to try the new shadcn CLI and mess with trpc and prisma. Well, now it's a URL shortner project.

Built with

  • Next.js
  • TailwindCSS
  • PostgreSQL
  • shadcn/ui
  • prisma
  • supabase
  • trpc
  • zod

Setup

  • Update the DATABASE_URL env variable in .env with your local PostgreSQL database.
bun install
bun run db:migrate
bun run dev