Gatherly is a Python-based web event planning and RSVP management platform built with Django.It lets users create, share, manage, and RSVP to events — all with built-in email invitations and a Jitsi Meet video link.
👉 Preview Gatherly: Gatherly Live Demo
- 🔐 User Authentication (Sign Up / Login / Logout)
- 🗓️ Create, Edit, Delete, and View Events
- 📩 RSVP management with Mailgun Email invites
- 📆 Calendar View of Upcoming & Past Events
- 🎥 Auto-generated Jitsi Meet video links
- 📊 Dashboard Overview (Upcoming, Ongoing, Past)
- 👤 Profile Update (Email, Username, Optional Password)
- Frontend: HTML5, Tailwind CSS (via templates)
- Backend: Django
- Database: SQLite3 (Django default)
- Email: Mailgun API integration
- Calendar: Custom event color-coded calendar (dot indicators)
- Scheduler: APScheduler (for future cron-like features)