Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 213 Bytes

File metadata and controls

10 lines (7 loc) · 213 Bytes

Demo API Backend

A minimal Node.js + TypeScript REST API used for OpenDev E2E testing.

Endpoints

  • GET /health — health check
  • GET /api/v1/users — list users

Development

npm install && npm run dev