zero-to-mastery / breads-server

Server code for Breads. Keep track of what you read online, and see what your friends are reading.
https://www.breads.io/
Other
13 stars 29 forks source link

Check if user has previously read an article #63

Open aubundy opened 2 years ago

aubundy commented 2 years ago

Add a users api endpoint that checks the db to see if a user has already read an article. It should return true if so, and false if not. There is some overlap with #62 with needing to compare url strings

aubundy commented 2 years ago

Check if user has already read article