Web-editor-server:基于 Node 开发的Web-Editor(v.0.1.0版本)服务端支持

时间:2024-05-27 15:36:49
【文件属性】:

文件名称:Web-editor-server:基于 Node 开发的Web-Editor(v.0.1.0版本)服务端支持

文件大小:227KB

文件格式:ZIP

更新时间:2024-05-27 15:36:49

JavaScript

Web-editor-server 基于Koa.js开发的后端服务器,对提供配套接口 1. 下载 git clone https://github.com/bojue/Web-editor-serve.git cd Web-editor-server npm install 2. 初始化数据库 创建数据库(Database): tempo,并且将 Web-editor-server/init_db_mysql/目录下面数据库表导入数据库 tempo 创建数据库:tempo 导入数据 3. 配置 服务器 默认服务器地址localhost:3000 通过项目src/app.js文件配置自己需要的服务器: const HOST_NAME = 'localhost'; const POST = 3000; 数据库 目录: src/configs/DB_mysql.js配置服务器连接信息: cons


【文件预览】:
Web-editor-server-master
----.gitattributes(69B)
----src()
--------services()
--------db()
--------configs()
--------controllers()
--------app.js(3KB)
--------assets()
----LICENSE(1KB)
----README.md(1KB)
----init_db_mysql()
--------tempo_project.sql(2KB)
--------tempo_page.sql(8KB)
--------tempo_data_source.sql(3KB)
--------tempo_status.sql(2KB)
----.gitignore(914B)
----package-lock.json(22KB)
----package.json(476B)

网友评论