Is your feature request related to a problem? Please describe.
To ensure the application can be easily monitored, we should add a health check endpoint. This is a standard practice for web services, allowing automated tools (like load balancers or uptime monitors) to quickly verify that the API is running and responsive.
Describe the solution you'd like
This task involves creating a simple GET endpoint at /health that returns a JSON response indicating the service is operational.
PLEASE ASSIGN ME THIS ISSUE UNDER THE GSSOC' 25 LABEL. THANK YOU.
Is your feature request related to a problem? Please describe.
To ensure the application can be easily monitored, we should add a health check endpoint. This is a standard practice for web services, allowing automated tools (like load balancers or uptime monitors) to quickly verify that the API is running and responsive.
Describe the solution you'd like
This task involves creating a simple GET endpoint at /health that returns a JSON response indicating the service is operational.
PLEASE ASSIGN ME THIS ISSUE UNDER THE GSSOC' 25 LABEL. THANK YOU.