文件名称:deviantart-helper-backend-koa:DeviantART Helper后端部分
文件大小:156KB
文件格式:ZIP
更新时间:2024-05-07 08:09:30
deviantart deviantart-api JavaScript
DeviantART帮手 该项目是后端部分的MVP。 由于即将进行的重构(可能永远不会发生),因此该项目中的测试尚未完成。 主存储库可以在上找到。 镜像存储库可在。 专案使用 API,并要求在那里有工作帐户。 Project使用MongoDB作为数据库存储。 后端部分由服务器和调度程序组成。 服务器提供前端文件并计算用户统计信息。 Scheduler使用DeviantART API更新用户数据,例如偏差。 安装 首先,应首先npm install来获取npm模块。 接下来,应该创建/config/config.json文件。 请参考config.example.json 和“配置”部分以正确设置配置。 之后,运行npm run build来准备构建文件。 最后,前端文件应该被添加到public文件夹。 用法 要运行服务器,请使用npm start命令。 要自动获取数据,请使用诸如
【文件预览】:
deviantart-helper-backend-koa-master
----.babelrc(136B)
----config()
--------.gitignore(11B)
--------config.example.json(1010B)
----package.json(2KB)
----jest.config.js(6KB)
----package-lock.json(341KB)
----src()
--------models()
--------logic()
--------input()
--------dao()
--------config()
--------index.js(1KB)
--------create-scheduler.js(2KB)
--------helper.js(2KB)
--------tasks()
--------routes()
--------api()
--------output()
--------consts()
--------index-scheduler.js(896B)
--------session-handler.js(1KB)
--------get-config.js(210B)
--------create-application.js(3KB)
--------index-fetch.js(736B)
----.eslintrc.js(930B)
----.gitignore(420B)
----README.md(6KB)
----.eslintignore(20B)