A simple Express.js server with a health check endpoint.
npm install
npm start
The server will start on port 3000 by default. You can change the port by setting the PORT environment variable.
GET /health
: Returns "OK" to indicate the server is running