sitepoints:Sitepoints项目(稍后会有更多信息)

时间:2024-05-24 11:48:16
【文件属性】:

文件名称:sitepoints:Sitepoints项目(稍后会有更多信息)

文件大小:24KB

文件格式:ZIP

更新时间:2024-05-24 11:48:16

JavaScript

网站积分项目 该项目是关于存储与URL相关的坐标和时间戳的。 想法是使用此信息来解释网站的用法。 它基于具有express(用于RESTful API)和MongoDB的node.js构建。 安装 先决条件 已安装MongoDB 2.6.5+ 已安装的Node.Js(1.4+) 只需签出项目 运行数据库引导程序 从项目根路径启动MongoDb mongod --dbpath ./data --auth 从项目文件夹启动node.js应用程序npm start 笔记: 对于Windows,存在一个同时启动node.js和MongoDb的批处理文件。 只需调用start.bat 运行MongoDB引导程序 引导程序将初始化数据库,即创建默认用户和一些启动数据。 mongod在未启用授权的情况下运行,这一点很重要,否则您将无法运行脚本。 当mongo服务器运行时,只需调用mongo


【文件预览】:
sitepoints-master
----config.js(326B)
----bin()
--------www(266B)
----package.json(613B)
----routes()
--------index.js(199B)
--------restapi()
----repositories()
--------site-repo.js(2KB)
--------auth-repo.js(1KB)
--------account-repo.js(3KB)
--------sitepoint-repo.js(2KB)
--------base-repo.js(807B)
----start-mongodb.bat(109B)
----contexts()
--------sitepoint-context.js(549B)
----views()
--------index.js(3KB)
----spec()
--------support()
--------repositories()
--------helpers()
----.gitignore(1KB)
----public()
--------stylesheets()
----app.js(2KB)
----README.md(1KB)
----services()
--------apikey-service.js(555B)
--------phantom-service.js(716B)
--------auth-service.js(2KB)
----start.bat(103B)
----utils()
--------auth-interceptor.js(1KB)
--------apikey-interceptor.js(1KB)
--------response-utils.js(1KB)
----.gitattributes(483B)
----mongo-bootstrap.js(4KB)

网友评论