Hello!! Welcome to Backend API for React-Job-Website

Available Endpoints

📄 Get All Jobs

GET /jobs

Returns a list of all job listings.

🔍 Get Job by ID

GET /jobs/:id

Returns details of a specific job using its ID.

➕ Create a New Job

POST /jobs

Creates a new job listing. Include job data in the request body (JSON).

✏️ Update a Job

PUT /jobs/:id

Updates an existing job listing by ID. Include updated data in the request body.

🗑️ Delete a Job

DELETE /jobs/:id

Deletes a job listing by its ID.