Implement Question Service
What does this MR do?
Adds the question service.
- Gets the daily question from a collection of questions.
- Allows inserting a question.
Relevant screenshots
(Add any relevant screenshots of MR's functionality)
Testing
-
Run the feed-service using docker. -
Insert the JWT key into application.conf
. -
Obtain a CSRF-token from a GET response and note it down. -
Insert a question using the .../question
endpoint. -
Get a Daily Question.
Relevant issues
Closes #29 (closed)