[TIL] HW 5 - Refactoring
Issues encountered
Utilizing foreign key in Liked Posts GET API by using include
Using transactions in Likes POST API
What I tried
Initially, we used a double map to retrieve the postId that the user liked from the Like model and then used that ...
siwonlog.hashnode.dev2 min read