标签: angularjs node.js mongodb express angular-fullstack
我有一个UI组件,可以像这样生成一个mongo架构
{ content: String, date: { type: Date, default: Date.now }, author: { type: Schema.Types.ObjectId, ref: 'User' } }
这个想法是采用这种模式并生成终点来获取信息,问题是你在mongoDB中建议存储模式或以某种方式以编程方式运行文件
yo angular-fullstack:endpoint mySchema
谢谢