Skip to content

Web page for self hosted deployment and versioning VIT Student App through honojs

Notifications You must be signed in to change notification settings

sanjay7178/vitstudent

Repository files navigation

Faculty Search API Documentation

Base URL

http://localhost:3000

Endpoints

1. Get All Faculty Data

Retrieves the complete list of faculty members.

  • URL: /api/faculty
  • Method: GET
  • Response Format: JSON

Response

An array of faculty objects, each containing:

  • ID: String
  • Name of the Faculty: String
  • Designation: String
  • Name of Department: String
  • School / Centre Name: String
  • E-Mail Id: String
  • Cabin Number: String

Example Response

[
  {
    "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

About

Web page for self hosted deployment and versioning VIT Student App through honojs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published