alngo / Xhartlet

Xhartlet
MIT License
0 stars 0 forks source link

A simple /hello #9

Closed alngo closed 6 months ago

alngo commented 8 months ago

As a User I need an API So that I can access the application

Details and Assumptions

Acceptance Criteria

Given a route /hello
When I Get /hello
Then I should have a response "xhartlet"
alngo commented 7 months ago

Updated Acceptance Criteria

Given a route /health_check
When GET requested
Then the route should return OK 200