Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 432 Bytes

02-add-counter.md

File metadata and controls

18 lines (13 loc) · 432 Bytes

Add a counter where each GET increments the counter

As a: User
I need: a way to register a hit on the counter So that: it increments with every access

Assumptions:

  • Calling the GET /counter URl will increment the counter
  • No need for the counter to be persistent for now

Acceptance Criteria:

Given I have a counter
When I call the /counter URL
Then I should see the counter increment