An open API service indexing awesome lists of open source software.

https://github.com/piyush-eon/calendly-clone

Full Stack Calendly Clone with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, Shadcn UI Tutorial 🔥🔥
https://github.com/piyush-eon/calendly-clone

clerk nextjs postgresql prisma reactjs

Last synced: 6 months ago
JSON representation

Full Stack Calendly Clone with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, Shadcn UI Tutorial 🔥🔥

Awesome Lists containing this project

README

          

# Full Stack Calendly Clone with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, Shadcn UI Tutorial 🔥🔥
## https://youtu.be/glAC7d-TYSM

![image](https://github.com/user-attachments/assets/0d4b2ce7-ebfb-4e31-a48e-a394c2cb3ddc)

### 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
```