car-app

时间:2024-04-01 15:52:19
【文件属性】:

文件名称:car-app

文件大小:596KB

文件格式:ZIP

更新时间:2024-04-01 15:52:19

JavaScript

汽车应用 概述 Sunday Drivers为老爷车爱好者提供了彼此买卖汽车的能力。 卖家可以通过简单的注册流程列出要出售的车辆,然后提供车辆的详细信息,例如品牌,型号,年份,价格,图片等。购车者可以查看销售的车辆并通过以下方式与卖家联系邮件或者电话。 架构图 const User = new Schema( { username: { type: String, required: true }, email: { type: String, required: true }, phone: {type: String, required: false}, password_digest: { type: String, required: true } cars: [type: Schema.Types.ObjectId, ref: 'Car


【文件预览】:
car-app-dev
----client()
--------.gitignore(310B)
--------package.json(935B)
--------package-lock.json(1.38MB)
--------src()
--------public()
--------README.md(3KB)
--------yarn.lock(440KB)
----.gitignore(29B)
----package.json(1KB)
----seed()
--------cars.js(11KB)
----package-lock.json(185KB)
----db()
--------connection.js(386B)
----models()
--------car.js(905B)
--------user.js(431B)
----helpers()
--------restrict.js(365B)
----README.md(2KB)
----controllers()
--------users.js(2KB)
--------cars.js(2KB)
----routes()
--------index.js(306B)
--------users.js(339B)
--------cars.js(431B)
----server.js(520B)

网友评论