msen7437 / FlaskBlog

Website to upload, like and comment posts.
0 stars 0 forks source link

Like systems #2

Open msen7437 opened 3 years ago

msen7437 commented 3 years ago

Posts and comments should get liked. Probably another column on both tables would help

msen7437 commented 2 years ago

Database is already set to receive likes, we need to find out how to commit a like without reloading the page (problems like these make me regret using flask instead of django)

msen7437 commented 2 years ago

https://stackoverflow.com/questions/52665707/how-do-i-implement-a-like-button-function-to-posts-in-python-flask

Possible answer