This is a course project to build a full-stack MERN application. Easy Scheduler allows users to create an event, add multiple date and time options, share a link, and collect availability responses from participants.
- Frontend: React (Vite)
- Backend: Node.js, Express
- Database: MongoDB Atlas
- Styling: Tailwind CSS
Use the provided events.json file to import sample records into your MongoDB database.
Create a .env file in the project root.
Use .env.example as a reference.
Do not commit .env.
cd client
npm installcd ../server
npm installcd ../
npm installIn the root folder:
npm startURL: http://localhost:5173/events/:slug