Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyush-eon/jira-clone
https://github.com/piyush-eon/jira-clone
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush-eon/jira-clone
- Owner: piyush-eon
- Created: 2024-10-04T03:43:58.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:08:02.000Z (22 days ago)
- Last Synced: 2024-10-25T06:18:20.893Z (21 days ago)
- Language: JavaScript
- Homepage: https://getzcrum.vercel.app
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Jira Clone with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, Shadcn UI Tutorial 🔥🔥
## Work in Progress![image](https://github.com/user-attachments/assets/783d4f3b-925d-44cf-aaf8-4ee4035b2f6c)
### Make sure to create a `.env` file with 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
```