I am building a similar web app to Instagram and would like to ask, what is the best way to store the likes? Basically, I don't want them to be reset after the page is reloaded. There will be multiple posts, where user can press the like button, so I need to store all the likes
CodePudding user response:
In web static, you can use json serve that used to store data. Besides, you need to research the way which crud with json file.
CodePudding user response: