https://github.com/pushpendra-1697/calendly-clone
The Calendly-like application will simplify the process of scheduling and managing appointments, meetings, and events. It will provide users with a customizable and intuitive interface, along with robust features such as calendar integration, automated notifications, group scheduling, and analytics.
https://github.com/pushpendra-1697/calendly-clone
bcrypt bson bsondump dayjs expressjs googleapis jwt mongodb mongoosejs nodejs nodemailer relationships uuid
Last synced: 6 months ago
JSON representation
The Calendly-like application will simplify the process of scheduling and managing appointments, meetings, and events. It will provide users with a customizable and intuitive interface, along with robust features such as calendar integration, automated notifications, group scheduling, and analytics.
- Host: GitHub
- URL: https://github.com/pushpendra-1697/calendly-clone
- Owner: Pushpendra-1697
- Created: 2023-05-18T08:31:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T15:18:58.000Z (about 1 year ago)
- Last Synced: 2025-03-26T08:13:54.136Z (6 months ago)
- Topics: bcrypt, bson, bsondump, dayjs, expressjs, googleapis, jwt, mongodb, mongoosejs, nodejs, nodemailer, relationships, uuid
- Language: JavaScript
- Homepage: https://calendly-r1a6.onrender.com/
- Size: 51.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendly-clone
The Calendly-like application will simplify the process of scheduling and managing appointments, meetings, and events. It will provide users with a customizable and intuitive interface, along with robust features such as calendar integration, automated notifications, group scheduling, and analytics. By leveraging the technology stack mentioned above, the project aims to deliver a high-quality and efficient scheduling solution for individuals and businesses alike.
# Tech Stack
node.js, express.js, mongoDB, and other npm packages like jsonwebtoken, bcrypt, dayjs, googleapis, nodemailer, uuid# Render Deploy Link
https://calendly-r1a6.onrender.com/## Installation
Clone the Repository from Github. Then do the following steps:
```bash
npm installnpm run server
```# Some HTTP (Hyper Text Transfer Protocol) Status Code Which I used
404 ---> Not Found/failure200 ---> OK/Success/get/put
201 ---> Created/post
204 ----> Delete/reject
PORT = 8080 || 3000