Zcrum is a full stack project management application inspired by Jira, built with Next.js, React, Tailwind CSS, Prisma, Neon, Clerk, and Shadcn UI.
- User authentication and onboarding (Clerk)
- Project and task management
- Modern UI with Shadcn and Tailwind CSS
- PostgreSQL database with Prisma ORM
- Deployed with Neon
-
Clone the repository:
git clone https://github.com/SHUBHAMKUMAR45/Zcrum.git cd jira-clone -
Install dependencies:
npm install
-
Configure environment variables:
Create a
.envfile in the root directory with the following variables:DATABASE_URL= NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= 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 -
Run the development server:
npm run dev
-
Open http://localhost:3000 to view the app.