reventa:社区家具转售应用

时间:2024-04-05 14:42:08
【文件属性】:

文件名称:reventa:社区家具转售应用

文件大小:260KB

文件格式:ZIP

更新时间:2024-04-05 14:42:08

JavaScript

雷文塔 模式 const mongoose = require ( "mongoose" ) ; const Schema = mongoose . Schema ; const Product = new Schema ( { name : { type : String , required : true } , location : { type : String , required : true } , photos : [ { type : String , required : false } ] , description : { type : String , required : true } , price : { type : String , required : true } , shipping : {


【文件预览】:
reventa-dev
----client()
--------.gitignore(310B)
--------package.json(993B)
--------package-lock.json(685KB)
--------src()
--------public()
--------README.md(3KB)
----.gitignore(30B)
----package.json(778B)
----seed()
--------products.js(4KB)
----package-lock.json(78KB)
----db()
--------connection.js(386B)
----models()
--------product.js(584B)
--------user.js(457B)
----helpers()
--------restrict.js(360B)
----readme.md(2KB)
----controllers()
--------products.js(1KB)
--------users.js(5KB)
----routes()
--------index.js(316B)
--------products.js(560B)
--------users.js(713B)
----server.js(520B)

网友评论