🚀 A modern, animated event management platform for seamless organization, registration, and certification 🎓
Create and customize events with an intuitive, drag-and-drop interface that makes design simple and enjoyable.
Build custom registration forms, send automated confirmation emails, and manage waitlists effortlessly.
Generate beautiful, verified digital certificates for attendees with just one click.
Track registrations, attendance, engagement metrics, and get actionable insights.
JWT authentication, role-based access control, GDPR compliance, and more.
🔥 eventflow.app - Experience the future of event management
git clone https://github.com/AAYUSH412/eventflow.git
cd eventflow
bash ./scripts/setup.sh📋 Manual Setup Guide
🔑 Authentication
POST /api/auth/register # Create new account
POST /api/auth/login # Get access token
GET /api/auth/me # Get current user📅 Events
GET /api/events # List all events
POST /api/events # Create new event
PUT /api/events/:id # Update event
DELETE /api/events/:id # Delete event📝 Registrations
POST /api/registrations # Register for event
GET /api/registrations/:id # Get registration
PUT /api/registrations/:id/checkin # Check-in🏅 Certificates
POST /api/certificates/generate # Generate certificate
GET /api/certificates/:id # Verify certificateReact Native mobile app with push notifications, offline mode, and QR code scanning
We welcome contributions from developers of all skill levels! To get started:
- 🍴 Fork the repository
- 🌱 Create your feature branch (
git checkout -b feature/amazing-feature) - 💻 Commit your changes (
git commit -m 'Add some amazing feature') - 🚀 Push to the branch (
git push origin feature/amazing-feature) - 🔍 Open a Pull Request
Please read our CONTRIBUTING.md for detailed guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.