docs: Update README with requirements

This commit is contained in:
Paul Harrison 2022-12-15 16:40:52 +00:00
parent 9baafc80ed
commit aaea9c8aa3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Single Poker Hand Ranking Service # Single Poker Hand Ranking Service
## Requirements ## Project Scope
This service comprises an API to compute the rank of an individual poker hand. The requirements are to: This service comprises an API to compute the rank of an individual poker hand. The scope of this project is to:
- Write an algorithm that takes a hand of cards and identifies the ranking of the given hand. - Write an algorithm that takes a hand of cards and identifies the ranking of the given hand.
- Expose an API to serve this algorithm via an endpoint `/rank`, that accepts a valid poker hand and returns its ranking. - Expose an API to serve this algorithm via an endpoint `/rank`, that accepts a valid poker hand and returns its ranking.