https://github.com/ethanz-code/back-end-basic-crud
技术栈:ES6 + Node.js + Express + MySQL
https://github.com/ethanz-code/back-end-basic-crud
Last synced: 6 months ago
JSON representation
技术栈:ES6 + Node.js + Express + MySQL
- Host: GitHub
- URL: https://github.com/ethanz-code/back-end-basic-crud
- Owner: ethanz-code
- License: mit
- Created: 2023-08-03T08:37:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T02:51:01.000Z (over 2 years ago)
- Last Synced: 2025-10-01T20:05:01.956Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 如何使用?
### 安装扩展包
```npm install```
### 启用服务器
>使用以下命令运行index.js脚本启用服务器
```npm run dev```
## 关联
我们将此工程作为项目后端API服务器,将另一个工程`web basic crud`作为前端来调用我们此项目API