# book-node **Repository Path**: duxuyang/book-node ## Basic Information - **Project Name**: book-node - **Description**: 电子书API - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 移动书城api > 说明:本项目为[移动书城](https://github.com/duxuyang/books)的api,数据为nodejs爬虫爬取 > 使用了express构建,需配合爬虫爬取数据 > 提供sql文件下载,包含了api所需的数据,可直接导入mysql中,[下载地址](https://pan.baidu.com/s/1QYSfWN9vQkBEku50Cvsncw) ## 接口说明 ``` bash 安装 git clone https://github.com/duxuyang/book-node.git npm install 运行 npm start 默认端口为5500,若不想使用5500端口, 在bin文件下修改www文件, ```