Building the future of event management, one feature at a time.
Meet the talented individuals behind Eventller:
| Role | Name | Responsibility |
|---|---|---|
| 🏛️ Architect | Driss Nafii | System Architecture & Technical Decisions |
| 💻 Backend Lead | Oussama Quasdaoui | Backend Development & API Design |
| 🔧 DevOps | Ouassama Oujaber | Infrastructure & Deployment |
| 👨💻 Lead Developer | Amine Naboulssi | Feature Implementation & Code Quality |
| 🎯 Quality Head | Yassine El Hassani | Testing & Quality Assurance |
- 📅 Comprehensive event creation and management
- 🎫 Multiple ticket tiers with dynamic pricing
- 📊 Real-time analytics and reporting
- 🏷️ Promotional code management
- 🔍 Advanced event discovery
- 🛒 Seamless ticket purchasing
- 📱 Mobile-friendly experience
- 📧 Automated notifications
- 👥 User management and moderation
- 📈 Platform-wide analytics
- 🛡️ Content moderation tools
- ⚙️ System configuration controls
🔷 PHP 8.1
🔶 PostgreSQL
🔷 PDO
🔶 Twig
🔷 Composer
🔷 HTML5/CSS3/ES6
🔶 Tailwind CSS
🔷 Fetch API/AJAX
🔷 Git & GitHub
🔶 JIRA
🔷 PHPUnit
🔶 Docker
- Clone the Repository
git clone https://github.com/eventller-devs/eventller-event-management.git
cd eventller-event-management- Environment Setup
cp .env.example .env
composer install- Database Configuration
# Update .env with your PostgreSQL credentials
php artisan migrate- Start Development Server
php -S localhost:8000 -t publicWe use JIRA for project management and issue tracking. Access our board at: Eventller JIRA Board
- Sprint Planning: Every Monday
- Daily Standups: 9:30 AM GMT+1
- Sprint Review: Every Friday
- Retrospective: End of each sprint
- 🐛 Bugs
- ✨ Features
- 🛠️ Technical Tasks
- 📝 Documentation
Detailed documentation is available in the /docs directory:
Security is our priority:
- 🛡️ CSRF Protection
- 🔐 XSS Prevention
- 📝 SQL Injection Guards
- 🔒 Data Encryption
- 🚦 Rate Limiting
- Create a JIRA issue for your task
- Branch naming convention:
feature/EV-[ticket-number]-description - Commit messages should reference JIRA tickets:
[EV-123] Add feature X - Submit PRs with detailed descriptions
- Ensure tests pass before requesting review
Eventller is MIT licensed. See LICENSE for details.