Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a REST API returning "Hello, Will" on the endpoint GET /hello #2

Closed
alesr opened this issue Feb 28, 2023 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@alesr
Copy link
Owner

alesr commented Feb 28, 2023

As a Backend Developer, I want to implement a REST API that returns "Hello, Will" on the endpoint GET /hello in the "books-crud" repository so that I can demonstrate the ability to create and deploy a basic API endpoint.

Acceptance Criteria:

  • A REST API is implemented in the "books-crud" repository that listens for incoming HTTP requests on the endpoint GET /hello.
  • When a request is received on the GET /hello endpoint, the API returns a response with a status code of 200 and a body containing the string "Hello, Will".
  • The API is deployed and accessible to clients via a public URL (no authentication needed).
  • The repository README is updated to include documentation on how to access the API and make requests to the GET /hello endpoint.
  • Unit tests are implemented.
@alesr alesr added the enhancement New feature or request label Feb 28, 2023
@alesr alesr closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants