Dependencies: express, morgan #9

Closed
opened 2026-02-26 22:01:13 +00:00 by jesper · 0 comments
Owner

Created from project: PingAPI

Project prompt:

A minimal Express.js health-check API. Single file server.js on port 3000. Two endpoints: GET / returns {"message":"pong"} with 200, GET /health returns {"status":"ok","uptime":process.uptime()} with 200. Uses morgan for request logging. No database, no auth. Dependencies: express, morgan. Golden build: npm install && node server.js. Golden test: curl localhost:3000 && curl localhost:3000/health.

This is feature/task extracted from the project breakdown.

Created from project: **PingAPI** Project prompt: > A minimal Express.js health-check API. Single file server.js on port 3000. Two endpoints: GET / returns {"message":"pong"} with 200, GET /health returns {"status":"ok","uptime":process.uptime()} with 200. Uses morgan for request logging. No database, no auth. Dependencies: express, morgan. Golden build: npm install && node server.js. Golden test: curl localhost:3000 && curl localhost:3000/health. This is feature/task extracted from the project breakdown.
jesper added this to the PingAPI milestone 2026-02-26 22:01:13 +00:00
jesper 2026-02-26 22:01:14 +00:00
  • closed this issue
  • added the
    state:NEW
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jesper/PingAPI#9
No description provided.