NSICollectionPlatform/README.md
2023-08-30 20:29:42 +08:00

21 lines
672 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 网络安全信息搜集平台
> Network Security Information Collection Platform
## 项目说明
### vue-manage-system
> 前端项目。用于对用户展示相关功能和信息数据页面。
### NSICollectionPlatformServer
> 后台服务。用于提供用户进行相关操作的后台服务。
## 技术说明
### 数据库
使用免费的mysql作为我们服务的数据库用以支撑对数据持久化的正删改查等操作。
### 前端
使用基于vue架构完成的vue-manage-system框架完成对用户操作数据的展示和提供操作功能给用户。
### 后台
使用基于Python3环境的Flask框架来提供对WEB服务的后台支撑。