Admin Login
Test credentials:
Username: admin
Password: admin123
Participant Management
Total Participants
-
Active Events
1
Database Status
Connected
Upload Participants
CSV File Upload
Drag & drop CSV file here
or
Format: name,email,previous_race_time,expected_race_time
JSON API
Endpoint:
POST /api/admin/participants/bulk
cURL Example:
curl -X POST http://localhost:3000/api/admin/participants/bulk \
-H "Content-Type: application/json" \
-d '[{
"name": "John Doe",
"email": "john@example.com",
"previous_race_time": "01:45:30",
"expected_race_time": "01:40:00"
}]'
Add Single Participant
Registered Participants
| Name | Previous Time | Expected Time | Actions |
|---|