Testing Backend API Connectivity
| Endpoint | Description | Method | Test |
|---|---|---|---|
/api/courses |
Get all courses | GET | |
/api/resources |
Get all resources | GET | |
/api/services |
Get all services | GET | |
/api/events |
Get all events | GET | |
/api/announcements |
Get announcements | GET | |
/api/organizations |
Get organizations | GET |
You can also test the API using these cURL commands in your terminal:
DELETE THIS FILE (test_api.php) AFTER TESTING!