Files
Radosław Gierwiało 1ff70a9f7f feat: add event creation script with random slugs
Add reusable script for creating events with secure random slugs.

- Create backend/scripts/create-event.js with CLI interface
- Add npm script 'event:create' to package.json
- Generate 8-character random hex slugs using crypto
- Include date validation and error handling
- Display event details and URL after creation
2025-12-06 17:50:57 +01:00
..