{"id":27304187,"url":"https://github.com/bernietv/calendly-clone","last_synced_at":"2026-04-10T04:48:42.184Z","repository":{"id":287423515,"uuid":"964674097","full_name":"BernieTv/Calendly-Clone","owner":"BernieTv","description":"A sleek, full-stack Calendly clone that simplifies scheduling with smart availability, timezone support, and smooth Google integration. 📅✨🌍⚡","archived":false,"fork":false,"pushed_at":"2025-04-11T16:35:07.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T17:24:03.153Z","etag":null,"topics":["googleapi","nodejs","postgresql","reactjs","shadcn-ui","tailwindcss","typeorm","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://calendly-clone-zeta.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BernieTv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T15:43:42.000Z","updated_at":"2025-04-11T16:37:50.000Z","dependencies_parsed_at":"2025-04-11T17:24:10.642Z","dependency_job_id":"9e0bb6a5-d154-41d0-ae66-cb1f582f51de","html_url":"https://github.com/BernieTv/Calendly-Clone","commit_stats":null,"previous_names":["bernietv/calendly-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FCalendly-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FCalendly-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FCalendly-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FCalendly-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BernieTv","download_url":"https://codeload.github.com/BernieTv/Calendly-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510737,"owners_count":21116260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["googleapi","nodejs","postgresql","reactjs","shadcn-ui","tailwindcss","typeorm","typescript","vitejs"],"created_at":"2025-04-12T03:22:56.404Z","updated_at":"2025-12-30T20:21:40.138Z","avatar_url":"https://github.com/BernieTv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 **Meetly – A Calendly Clone**\n\n_A full-stack scheduling app to simplify your time management._\n\n---\n\n## 🧭 **Overview**\n\nIntroducing **Meetly** — your intelligent, modern-day meeting scheduling solution! Inspired by **Calendly**, this clone brings seamless, efficient scheduling to life. Crafted with a robust **MERN-ish** stack: **Node.js**, **TypeORM**, **PostgreSQL**, and **React.js**, Meetly empowers users to book, manage, and sync meetings — all in a clean, responsive interface.\n\n🧠 _Smart availability logic, timezone-aware booking, and elegant UI make Meetly the ultimate productivity ally._\n\n---\n\n## ✨ **Key Features**\n\n- 🔐 **Secure Auth** — Effortless JWT-based sign-up \u0026 login\n- 🗖️ **Event Creation** — Private or public events at your fingertips\n- 🔗 **Sharable Links** — Share custom booking links, book instantly!\n- ⏳ **Availability Control** — Define time slots, prevent double-booking\n- 🌍 **Timezone Support** — Auto-detection for global coordination\n- 🗕️ **Custom Calendar UI** — Built from scratch, no plugins\n- 🔄 **Google Calendar Integration** — Sync with Google Meet \u0026 Calendar\n- ✅ **Meeting Dashboard** — Track upcoming, past \u0026 canceled meetings\n- 🧐 **Time Format Toggle** — Choose between 12h \u0026 24h display\n- 📥 **Email Notifications** — Stay in the loop with meeting alerts\n- 🧹 **Modular Codebase** — Scalable and maintainable architecture\n- 💻 **Tech Stack** — Node.js • TypeORM • PostgreSQL • React.js\n- 🎨 **Modern UI** — Styled with TailwindCSS v4 \u0026 Shadcn UI\n\n---\n\n## ⚙️ **Tech Stack \u0026 Tools**\n\nMeetly brings together the best of modern web development:\n\n| 💻 Backend | 🌐 Frontend    | 🛠️ Dev Tools       | 🔗 Integration          |\n| ---------- | -------------- | ------------------ | ----------------------- |\n| Node.js    | React.js       | Vite.js            | Google Calendar API     |\n| TypeORM    | TailwindCSS v4 | TypeScript         | OAuth 2.0               |\n| PostgreSQL | Shadcn UI      | JWT Authentication | Google Meet Integration |\n\n---\n\n## 🚀 **Getting Started**\n\nSpin up your own instance of Meetly in just a few steps:\n\n### 🛠️ 1. Clone the Repo\n\n```bash\ngit clone https://github.com/BernieTv/Calendly-Clone.git\ncd Calendly-Clone\n```\n\n---\n\n### 🔐 2. Set Up Backend Environment Variables\n\nNavigate to the backend directory and create a `.env` file:\n\n```bash\ncd backend\ntouch .env\n```\n\nAdd the following configuration:\n\n```env\nPORT=8000\nNODE_ENV=development\n\nDATABASE_URL=\"postgresql://\u003cUSER\u003e:\u003cPASSWORD\u003e@\u003cHOST\u003e:\u003cPORT\u003e/\u003cDB_NAME\u003e\"\n\nJWT_SECRET=\"your_jwt_secret\"\nJWT_EXPIRES_IN=\"1d\"\n\nGOOGLE_CLIENT_ID=\nGOOGLE_CLIENT_SECRET=\nGOOGLE_REDIRECT_URI=\"http://localhost:8000/api/integration/google/callback\"\n\nFRONTEND_ORIGIN=http://localhost:5173\nFRONTEND_INTEGRATION_URL=http://localhost:5173/app/integrations\n```\n\n\u003e 🛡️ _These settings configure the server, database, authentication, and Google integrations._\n\n---\n\n### 🌐 3. Set Up Frontend Environment Variables\n\nMove into the `/frontend` folder and create a `.env` file:\n\n```bash\ncd ../frontend\ntouch .env\n```\n\nThen add:\n\n```env\nVITE_APP_ORIGIN=\"http://localhost:5173\"\nVITE_API_BASE_URL=\"http://localhost:8000/api\"\n```\n\n\u003e ⚙️ _This enables the frontend to properly interact with the backend API._\n\n---\n\n### 📦 4. Install Dependencies\n\nInstall dependencies for both backend and frontend:\n\n```bash\n# Backend\ncd ../backend\nnpm install\n\n# Frontend\ncd ../frontend\nnpm install\n```\n\n---\n\n### ▶️ 5. Start Development Servers\n\n```bash\n# Start backend server\ncd ../backend\nnpm run dev\n\n# Start frontend server\ncd ../frontend\nnpm run dev\n```\n\n- 🎯 Backend API available at: `http://localhost:8000`\n- 💻 Frontend app running at: `http://localhost:5173`\n\n---\n\n## 🧪 **Testing \u0026 Validation**\n\n- ✅ API tested using Postman with secured endpoints\n- 🛡️ Strong schema validation with TypeORM decorators and DB constraints\n\n---\n\n## 🧹 **Project Structure**\n\n### 🔹 Backend\n\n```bash\nbackend/src\n├── @types\n├── config\n├── controllers\n├── database\n├── enums\n├── middlewares\n├── routes\n├── services\n├── utils\n└── index.ts\n```\n\n### 🔹 Frontend\n\n```bash\nfrontend/src\n├── assets\n├── components\n├── context\n├── hooks\n├── layout\n├── lib\n├── pages\n├── routes\n├── store\n├── types\n├── App.tsx\n├── index.css\n├── main.tsx\n└── vite-env.d.ts\n```\n\n---\n\n## 📌 **Roadmap**\n\n- 🔔 Email \u0026 SMS notifications via Nodemailer/Twilio\n- 📊 Analytics dashboard for user scheduling trends\n- 👥 Team scheduling with round-robin support\n- 🧹 Third-party webhooks \u0026 Zapier integration\n- 📱 Improved mobile responsiveness and PWA support\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Fcalendly-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernietv%2Fcalendly-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Fcalendly-clone/lists"}