文件名称:pandalytic-backend:使用节点js启动REST API代码的样板
文件大小:146KB
文件格式:ZIP
更新时间:2024-06-07 02:58:09
JavaScript
介绍 该项目是Pandalytic Technology Pvt的后端模板。 Ltd. CMS,一种内容管理系统。 这是Node.js中CMS的实现。 设置 确保完全按照以下说明执行所有这些步骤。 不要错过任何步骤,否则您将无法运行此应用程序。 安装MongoDB 要运行此项目,您需要首先安装最新版本的MongoDB Community Edition。 安装MongoDB后,请确保其正在运行。 安装依赖项 接下来,从项目文件夹中安装依赖项: npm i 运行测试 你几乎已经完成! 运行测试以确保一切正常: npm test 所有测试都应通过。 启动服务器 node index.js 这将在端口3000上启动节点服务器。如果该端口繁忙,则可以在config / default.json中设置其他点。 打开浏览器并转到: 您应该会看到流派列表。 这确认您已成功设置所有内容
【文件预览】:
pandalytic-backend-master
----models()
--------user.js(1KB)
----modules()
--------careers()
--------users()
--------quotes()
--------teams()
--------testimonials()
--------pricings()
--------home()
--------newsfeed()
--------contactus()
--------projects()
--------blogs()
----controllers()
--------user.controller.js(2KB)
--------auth.controller.js(1008B)
----middleware()
--------admin.js(171B)
--------logger.js(714B)
--------validate.js(196B)
--------auth.js(418B)
--------async.js(186B)
--------multer.js(914B)
--------validateObjectId.js(200B)
--------error.js(196B)
--------cloudinary.js(174B)
----helpers()
--------common.helper.js(9KB)
--------isEmpty.helper.js(225B)
--------slugify.js(132B)
----config()
--------test.json(132B)
--------default.json(201B)
--------custom-environment-variables.json(59B)
----README.md(2KB)
----yarn-error.log(224KB)
----error.log(97KB)
----tests()
--------integration()
--------unit()
----.gitignore(52B)
----index.js(1KB)
----routes()
--------auth.js(193B)
--------users.js(417B)
----package.json(1KB)
----startup()
--------prod.js(162B)
--------validation.js(109B)
--------config.js(175B)
--------logging.js(336B)
--------routes.js(1KB)
--------db.js(343B)