This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
The question page details should display the questions and all relevant answers.
Thus an API for that is needed.
Describe the solution you'd like
Create a repository inside of application project called Questions and retrieve the necessary question details based on the question id received from the client.
Validate the request, return errors if not valid.
Should be authorized.