Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/which0113/api-frontend
本项目基于 React + Spring Boot + Dubbo + AIGC,致力于为用户和开发者提供全面 API 接口调用和 AI 数据分析服务。
https://github.com/which0113/api-frontend
ant-design ant-design-pro openapi3 reaact umi
Last synced: 10 days ago
JSON representation
本项目基于 React + Spring Boot + Dubbo + AIGC,致力于为用户和开发者提供全面 API 接口调用和 AI 数据分析服务。
- Host: GitHub
- URL: https://github.com/which0113/api-frontend
- Owner: which0113
- Created: 2023-12-28T09:39:19.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T16:13:27.000Z (6 months ago)
- Last Synced: 2024-05-31T17:55:48.921Z (6 months ago)
- Topics: ant-design, ant-design-pro, openapi3, reaact, umi
- Language: TypeScript
- Homepage: https://www.freefish.love
- Size: 3.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
咸鱼-API 接口开放平台
咸鱼-API 接口开放平台是一个为用户和开发者提供全面API接口调用服务的平台 🛠
## 项目介绍
😀 作为用户您可以通过注册登录账户,获取接口调用权限,并根据自己的需求浏览和选择适合的接口。您可以在线进行接口调试,快速验证接口的功能和效果。
💻 作为开发者,我们提供了[咸鱼-API SDK](https://github.com/which0113/api-sdk),
通过[开发者凭证](https://www.freefish.love/account/center)即可将轻松集成接口到您的项目中,实现更高效的开发和调用。🤝 您可以将自己的接口接入到 **_咸鱼-API_** 接口开放平台平台上,并发布给其他用户使用。
您可以管理和各个接口,以便更好地分析和优化接口性能。🔎 您只需要导入最原始的数据集,输入需要分析的目标,就能利用[AI智能生成](https://www.freefish.love/analyse)
一个可下载的数据分析图表和分析结论。🏁 无论您是用户还是开发者,**_咸鱼-API_**
咸鱼-API 接口开放平台都致力于提供稳定、安全、高效的接口调用和数据分析服务,帮助您实现更高效、便捷化的开发和调用体验。## 网站导航
- [项目在线演示地址 🔗](https://www.freefish.love)
- 演示账号:demo
- 密码:12345678
- [项目前端地址 🔗](https://github.com/which0113/api-frontend)
- [项目后端地址 🔗](https://github.com/which0113/freefish-api)## 使用指导
### 克隆项目到本地
```bash
git clone [email protected]:which0113/api-frontend.git
```### 运行前端
确保 node >= 18,查看 node 版本
```bash
node -v
```#### 安装依赖
```bash
npm install
```#### 启动
```bash
npm run dev
```#### 其他
- [requestConfig.ts](src%2FrequestConfig.ts) 文件可修改对接后端服务器接口的地址,默认:http://localhost:9001
- [index.tsx](src%2Fpages%2FMyChart%2Findex.tsx) 可修改 WebSocket 自定义连接地址,默认:ws://localhost:9001/api/ws/#### 部署前端
方法一:生成 dist 文件部署
```bash
npm run build
```方法二:使用 docker 容器部署
构建:
```bash
docker build -t freefish-api-frontend:v0.0.1 .
```运行:
```bash
docker run -p 80:80 -d freefish-api-frontend:v0.0.1
```## 项目展示
### 首页
![home.png](doc%2Fhome.png)
### 接口广场
#### 接口展示
![api-display.png](doc%2Fapi-display.png)
#### 接口详情
![api-details.png](doc%2Fapi-details.png)
##### API文档
![api-doc.png](doc%2Fapi-doc.png)
##### 错误码
![error-codes.png](doc%2Ferror-codes.png)
##### 示例代码
![sample-code.png](doc%2Fsample-code.png)
##### 在线调试
![online-commissioning.png](doc%2Fonline-commissioning.png)
### 智能分析
![intelligent-analytics.png](doc%2Fintelligent-analytics.png)
### 我的图表
#### 图表展示
![chart-display.png](doc%2Fchart-display.png)
#### 图表下载
![chart-download.png](doc%2Fchart-download.png)
### 用户功能
#### 登录
![login.png](doc%2Flogin.png)
#### 注册
![register.png](doc%2Fregister.png)
#### 个人中心
![personal-center.png](doc%2Fpersonal-center.png)
### 管理员功能
#### 接口管理
![interface-management.png](doc%2Finterface-management.png)
#### 图表管理
![chart-management.png](doc%2Fchart-management.png)
#### 用户管理
![user-management.png](doc%2Fuser-management.png)
## 技术栈
- React 18
- Ant Design Pro 5.x 脚手架
- Ant Design & Procomponents 组件库
- Umi 4 前端框架
- OpenAPI 前端代码生成