https://github.com/prantik2003/schedulrr
Schedulrr is a meeting scheduling application that allows users to create and share personalized scheduling links for easy meeting bookings 📅. Key features include secure user authentication 🔒 (using Clerk), customizable event management ✏️, integration with Google Calendar 📆, and real-time notifications🔔 through mail.
https://github.com/prantik2003/schedulrr
clerk-authentication express-js google-calendar-api neon-postgres nextjs node-js prisma react-hooks shadcn-ui tailwind-css
Last synced: 3 months ago
JSON representation
Schedulrr is a meeting scheduling application that allows users to create and share personalized scheduling links for easy meeting bookings 📅. Key features include secure user authentication 🔒 (using Clerk), customizable event management ✏️, integration with Google Calendar 📆, and real-time notifications🔔 through mail.
- Host: GitHub
- URL: https://github.com/prantik2003/schedulrr
- Owner: prantik2003
- Created: 2024-11-07T04:47:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T07:17:34.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:58:37.551Z (about 1 year ago)
- Topics: clerk-authentication, express-js, google-calendar-api, neon-postgres, nextjs, node-js, prisma, react-hooks, shadcn-ui, tailwind-css
- Language: JavaScript
- Homepage: https://schedulrr-kappa.vercel.app
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schedulrr
A Full Stack meeting scheduling platform built with Next Js, Tailwind CSS & Shadcn UI as Front-End ; Node JS & Express JS as Back-End ; Prisma & NeonDB (a provider for Postgres) for Database ; Clerk for Authentication ; Google Calendar API for accessing real time calendar and generating Google meet links as well as notifications by mail
https://github.com/user-attachments/assets/09111762-21d1-4c94-a2cf-491ab2a963c9
### 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
```