Cascadiq

Hello World API

project · Level 1 · 10 min

Description

Create a single endpoint that returns a JSON greeting. Optionally accept a name query parameter and personalize the response.

Requirements

  • GET / returns a greeting
  • Optional ?name= for personalization

Constraints

Any framework or plain Node. Return JSON.

Deliverables

Code for the endpoint(s).

Tags

APIBackend