Configure and test the matching API integration in the iOS app
https://findu-matching-production.up.railway.app
47f9c3d6-7c88-4eee-93ae-6d7ea78123f7
TestConfiguration.swift
TestConfiguration.testStudentId
with that IDcreate_test_student_simple.sql
script which clones an existing studentStudent not found errors
Network errors
No recommendations
Endpoint | Method | Purpose |
---|---|---|
/recommendations | POST | Get personalized matches |
/swipe | POST | Record swipe interactions |
/health | GET | Check API status |
MatchingAPIClient.swift
(Line 18)https://findu-matching-production.up.railway.app
Update baseURL
Update AppConfig
Rebuild