HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

Endpoint: POST api/review #151

Open dpfernandes opened 3 years ago

dpfernandes commented 3 years ago

User story

Who: As a developer

What: I want to be able to insert a new review record into to the Reviews table on this component #90

Why: so that we can we can store reviews on this table #148

Acceptance criteria

The endpoint enable us to enter a new Review so that it can be used on this frontend component #90

image

This endpoint should be documented in Swagger /api/documentation

Implementation details

Create the Post api/review

Take in consideration the table described in this issue #148 and the component and list described and visible in the issue #90