leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

Move user ratings routes to the API #585

Open JVT038 opened 6 months ago

JVT038 commented 6 months ago

This PR moves the MovieRatingController to API backend and adds HTTP tests + OpenAPI specs.

This PR is based on #575, so that PR has to be merged before this one.

Part of #572