- Add PUT /api/event-images/reorder endpoint with transaction support
- Update GET /api/event-images/event/:eventId to sort by sort_order ASC
- Add sort_order INT column to event_images table schema
- Increase multer upload.array limit from 10 to 50
- Add svg to allowed file types in multer fileFilter
- Add debug logging to reorder endpoint
- Installed jsonwebtoken and bcryptjs dependencies
- Created /api/auth/login endpoint in server.js for credential validation and token generation
- Added setup-db.js script to dynamically initialize admin_users table with default account