HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Retrive user cvs#95 #170

Closed CharlesKimMaina closed 3 years ago

CharlesKimMaina commented 3 years ago

Title : Endpoint to retrieve the last uploaded CVs #95

Description : One can retrieve from the DB a list the 3 last upload CVs or All the whole list (limit to 20), so that you can view them on Frontend.

Fixes # 95

How to test?

On backend Testing,., I joined users and cv tables, I created new usercv router and usercv controller. I also limit the cvs numbers to be fetched from backend to max 20 cvs. see joined table below;

usercvsbackend working

Checklist

CharlesKimMaina commented 3 years ago

This PR is no longer needed,.,. we are using the the older PR already in Develop, Thanks