3 Commits

Author SHA1 Message Date
Ravindranbit
71a00a578f feat: gallery reorder API, sort_order column, svg support, 50 image limit
- 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
2026-04-28 22:00:42 +05:30
Ravindranbit
dd0701cca4 feat: increase upload limit to 50 and add svg support 2026-04-28 17:14:34 +05:30
Ravindranbit
d0c62d05a5 feat: implement backend authentication with JWT and bcrypt
- 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
2026-04-28 16:44:51 +05:30