HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

created end points for specific cv and by specific user #195

Closed KavyaReddy732 closed 3 years ago

KavyaReddy732 commented 3 years ago

reviewed by user

Description

created end points. these two end points are to get reviews given by user and for the specific cv. Fixes # (issue)

How to test?

localhost:3000/api/reviews/id if you are testing reviews given by user please make sure to comment out the specific cv route (because we are using same id for the both routes). but while fetching use api/reviews/id for specific cv and api/reviews/userid for reiview given by user

Checklist