Skip to content

sangkukbae/trello-clone

Repository files navigation

Fullstack Trello Clone: Next.js 14, Server Actions, React, Prisma, Tailwind, Shadcn.ui, Supabase

스크린샷 2024-04-02 오후 9 30 10

This is repository for Fullstack Trello Clone: Next.js 14, Server Actions, React, Prisma, Tailwind, Shadcn.ui, Supabase

Key Features:

  • Auth
  • Workspaces
  • Board creation
  • Unsplash API for beautiful cover images
  • Board rename and delete
  • List creation
  • List rename, delete, drag & drop reorder and copy
  • Card creation
  • Card rename, description, duedate, checklist, attachement, delete, drag & drop reorder and copy
  • Supabase DB and Storage
  • Prisma ORM
  • shadcnUI and TailwindCSS

Prerequisites

Node version 18.x.x

Git clone

https://github.com/sangkukbae/trello-clone.git

Install package

npm install

Setup .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=
DATABASE_URL=
DIRECT_URL=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=

Setup Prisma

npx prisma generate
npx prisma db push

Start the app

npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages