我正在创建MEAN堆栈应用程序。我是packages:
yum:
libusb: []
libusb-devel: []
cmake: []
的新手。我已经使用MongoDB
创建了身份验证,还创建了passportjs
并发送回fontend。一切都很好。
现在我的应用没有为每个用户保存的类别,例如衣服,教育,水果,蔬菜,非蔬菜等。我决定为它们每个创建单独的集合。我的问题是:
jsonwebtoken
在这种情况下如何处理1. can i create separate collection to each of the categories?
2. or each user need to keep single collection and all the data has to be save for the user in it?
3. How to save the data to their own account? using `username` ? or `id`? any one show me the sample code? or tutorials?
模式? (单独还是单个模式?)
请任何人帮助我理解..
预先感谢