Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.24 KB

ez-meet-app

A MERN stack (MongoDB, Express, React, Node) web application for finding the best date and time for a group to meet.

Table of Contents

About

Use EZ meet to easily find the best date and time for your meeting/event!

How to use

Enter your availablility in the calender and see how your schedule overlaps with your group's availability over the course of a week. Share your calender's unique access code with others. The best meeting time would be the slots with the most overlap.

Demo

Create Plan

Enter Your Availability

Share Your Plan With Others and Find Overlapping Availability

How to run

To start the backend:

cd backend; npm run auto

To start the frontend: (run in another terminal)

cd my-app; npm start

Technologies used

  • react.js
  • mongoDB
  • Express.js
  • Node.js
  • mongoose
  • axios