Skip to content

Add a /status Route for Health Check #30

@GautamAnjali569

Description

@GautamAnjali569

Description

A /status endpoint will allow users to check if the API is running correctly.

Steps to Implement

  1. Create a new route file (routes/status.js).
  2. Add a simple GET endpoint returning { status: "OK" }.
  3. Test the endpoint using Postman or curl.

Expected Outcome

A simple way to check API health.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions