Calendapp is a web application inspired by Calendly to allow users to schedule meetings more easily. We also utilize Google Calendar API to ensure there are no conflicts in your schedule.
Now deployed on heroku at calendappy.herokuapp.com
Tech Stack: MongoDB, Express.js, React.js, Node.js
Contributors: Raymond Lo, Jenny Kam
-
Clone or download repository
-
Run
npm i
in bothclient
and root directories to install packages -
Create your API Keys and .env files - See client and server
sample.env
for more instructions- client/.env file
- .env file
-
To start the two processes, run
npm start
in the client directory, andnpm run dev
in the root directory
- Login or Register with your Google Account. As a new user you will enter your availability to be scheduled for meetings (ex.9am-5pm, Mon-Fri) and to create a unique url to be shared with potential meeting attendees.
- Share the unique link for a meeting type with others so they can schedule an appointment.
- People who want to meet with you will be able to schedule an appointment. Appointments will be added to the invitee's and your google calendar, and an email notice will be sent to you.
- Subscribing will allow users to create multiple event types, in addition to the default 60 minute meeting.
- Create new meeting types after subscription
- Cancel appointments. The event will also be removed from your google calendar and guests will be notified.