如何从 Mongo dB 获取特定用户发布的数据?
How can I get specific users posted data from Mongo dB?
在 React 应用程序中,我使用表单插入数据,并使用 Express JS post 此数据到 mongo 数据库。
当人们登录时,可以使用表单插入数据。并且有一个页面,用户可以在其中查看和删除他们插入的数据。 问题是如何加载特定用户插入的数据?
When any user log in and user insert data also store user_id with
every entry. Now get data from DB by using current user logged in
user_id and display that specific data on front end. That's it.
如有任何疑问,请在下方评论。
谢谢
在 React 应用程序中,我使用表单插入数据,并使用 Express JS post 此数据到 mongo 数据库。 当人们登录时,可以使用表单插入数据。并且有一个页面,用户可以在其中查看和删除他们插入的数据。 问题是如何加载特定用户插入的数据?
When any user log in and user insert data also store user_id with every entry. Now get data from DB by using current user logged in user_id and display that specific data on front end. That's it.
如有任何疑问,请在下方评论。 谢谢