Designed for a community to plan and manage events easily and efficiently
- Organizers can host all the necessary information about their event on the platform
- Users interested in participating can simply provide their email address to join the event
- Once a participant provides email, Eventify app sends a pre-drafted email provided by the event organizer during registration
- And this above process is automated through Nodemailer with Oauth 2.0 security
- This process simplifies event organization and participation, making it accessible to all
- Authentication and authorization
- Planning Event
- Display Events
- Gmail Integration
git clone repo-url(cd ./client)npm installREACT_APP_BACKEND_URL=http://localhost:PORTnpm startcd ./servernpm installMONGODB_URI = [add mongodb_database url]
JWT_SECRET = [Add your secret text]npm run dev




