An open API service indexing awesome lists of open source software.

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前端)

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)