https://github.com/inannan423/flask-mongodb-web
基于Flask(pythonWeb)+MongoDB 云数据库简单API接口示例(含Vue前端)
https://github.com/inannan423/flask-mongodb-web
flask mongodb pythonweb vue
Last synced: 14 days ago
JSON representation
基于Flask(pythonWeb)+MongoDB 云数据库简单API接口示例(含Vue前端)
- Host: GitHub
- URL: https://github.com/inannan423/flask-mongodb-web
- Owner: inannan423
- License: mit
- Created: 2022-10-28T03:22:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T02:53:00.000Z (over 2 years ago)
- Last Synced: 2025-07-03T06:39:48.137Z (10 months ago)
- Topics: flask, mongodb, pythonweb, vue
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-mongodb-web
基于Flask(pythonWeb)简单API接口
> 如果你觉得对你有帮助,欢迎右上角star,谢谢!
>
## 克隆
```bash
git clone https://github.com/inannan423/flask-mongodb-web.git
```
或 上方 Code->Download ZIP
## 运行
用 Pycharm 打开项目,运行 getname.py。打开 `site/index.html`, 查看前端。
## 详细解析
[Flask(PythonWeb)+MongoDB 实现简单Web后端](https://www.jet-lab.site/blog/2022-10-27-flask-back)