A full-stack project management app with features like organization/project management, issue tracking, and user authentication. It uses Next.js, Shadcn UI, and Clerk for a modern, functional interface.
DATABASE_URL= "Add Your Database Url Here"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="Your Clerk Publishable Key"
CLERK_SECRET_KEY="Your Clerk Secret Key"
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/onboarding
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/onboarding