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

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.

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