Retrieves the complete list of faculty members.
- URL:
/api/faculty
- Method: GET
- Response Format: JSON
An array of faculty objects, each containing:
ID
: StringName of the Faculty
: StringDesignation
: StringName of Department
: StringSchool / Centre Name
: StringE-Mail Id
: StringCabin Number
: String
[
{
"ID": "1",
"Name of the Faculty": "John Doe",
"Designation": "Professor",
"Name of Department": "Computer Science",
"School / Centre Name": "School of Computing",
"E-Mail Id": "john.doe@example.com",
"Cabin Number": "CS-101"
},
...
]
```txt
npm install
npm run dev
npm run deploy