[Frontend] Integrate Answers in Q&A Page
Description
Currently the Q&A page only have the question list and form to submit the questions. There should be a way to see all the answers of the particular question sorted by the number of upvotes
##Expectation
Integrate the get answers api, filter the ones having isApproved as true and display it in nice way on the UI
Get Answers api - https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/Q%26A/answers/getAnswers.js
I want to work on this issue.
Please Specify The API Endpoints
the endpoints are already mentioned in the issue description, please go through it.
i am hitting api like this http://localhost:3000/answers/getanswers/624004398d58c808d8f01dec but not getting any answer
@TejasNasre use https://community-website-backend.onrender.com/ as the baseUrl, in your local, its will not connect to actual db so wonβt get the data
Hello @Kajol-Kumari
Assign me the issue