yonatankarp Implement the business logic of the service
ff641c6 Aug 22, 2023
Implement the business logic of the service
This commit adds the business logic required from the service, which is:

- For each request, get a random amount of cat facts (1 to 10), and store them into the context
- Fetch the requests from the context, and store them to the database
- Return a JSON response with the stored facts
- In case of duplications, ignore the fact (duplication would be detected by the hash code of the string)
ff641c6