文件名称:ImpactAPIServerLegacy:用于运行Impact API的小型Node.js服务器
文件大小:46KB
文件格式:ZIP
更新时间:2024-06-07 11:33:34
JavaScript
Impact API服务器 影响力的API ... 正在安装 首先,通过运行node -v和npm -v确保正确安装了nodejs和npm。 如果不是,请按照针对您的操作系统的说明进行操作。 接下来,请确保克隆此存储库。 如果安装了git,则可以运行git clone https://github.com/ImpactDevelopment/ImpactAPIServer.git 。 如果不是,您仍然将回购作为zip存档。 最后,您想使用npm安装项目的依赖项。 cd repo目录的终端iside并运行npm install 。 跑步 要启动服务器,请运行npm start 。 您应该会看到类似以下内容的内容: $ npm start > impact-api@0.0.1 start /path/to/ImpactAPIServer > node index.js info: uti
【文件预览】:
ImpactAPIServerLegacy-master
----.gitignore(924B)
----routes()
--------ping()
--------login()
--------register()
--------whoami()
----README.md(1KB)
----utils()
--------reqdir.js(330B)
--------logger.js(471B)
----test()
--------server.js(109B)
--------api-spec()
--------unit()
--------testData.json(241B)
--------init.js(325B)
----LICENSE(1KB)
----package.json(1KB)
----.esmrc.json(116B)
----index.js(2KB)
----config()
--------index.js(853B)
----.travis.yml(92B)
----service()
--------auth.js(1KB)
--------user.js(1KB)
----.eslintrc.js(3KB)
----package-lock.json(108KB)