文件名称:BookingUni:基于NodeJS(Express),Handlebars,MongoDB,JWT的应用程序
文件大小:164KB
文件格式:ZIP
更新时间:2024-03-10 11:44:34
JavaScript
BookingUni:基于NodeJS(Express),Handlebars,MongoDB,JWT的应用程序
【文件预览】:
BookingUni-main
----.DS_Store(6KB)
----services()
--------hotelService.js(341B)
--------userService.js(2KB)
----public()
--------img()
--------css()
----views()
--------partials()
--------edit.hbs(735B)
--------layouts()
--------home.hbs(973B)
--------create.hbs(822B)
--------profile.hbs(630B)
--------register.hbs(881B)
--------details.hbs(940B)
--------login.hbs(479B)
----models()
--------User.js(560B)
--------Hotel.js(592B)
----controllers()
--------hotelController.js(2KB)
--------homeController.js(455B)
--------userController.js(2KB)
----config()
--------config.js(174B)
--------mongoose.js(417B)
--------express.js(553B)
----routes.js(374B)
----middlewares()
--------isLogged.js(125B)
--------auth.js(968B)
--------hotelMiddlewareValidator.js(441B)
--------formValidator.js(422B)
--------isGuest.js(114B)
--------userMiddlewareValidator.js(540B)
----.gitignore(2KB)
----index.js(438B)
----package-lock.json(81KB)
----package.json(541B)