Introduction
Health checks help your app tell if it is working well. Terminus makes it easy to add these checks in NestJS.
You want to know if your NestJS app is running fine.
You need to check if your database or other services are connected.
You want to let monitoring tools see your app's health automatically.
You want to restart or fix your app if it stops working properly.