A MERN stack (MongoDB, Express, React, Node) web application for finding the best date and time for a group to meet.
Use EZ meet to easily find the best date and time for your meeting/event!
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.
To start the backend:
cd backend; npm run auto
To start the frontend: (run in another terminal)
cd my-app; npm start
- react.js
- mongoDB
- Express.js
- Node.js
- mongoose
- axios