目录
- 简介
- 翻版 VS 本尊
- 源码
- 部署方法(详细)
- 接下来
简介
这次带来的是FastAPI + vue.js + axios + element ui (一个html文件里使用的) 实现的《Flask Web开发实战_入门、进阶与原理解析(李辉著 )》 中的实战项目SayHello
Demo:http://49.232.203.244:9001/message.html
翻版 VS 本尊
本尊sayhello- flask :: Demo- | http://sayhello.helloflask.com/
俺的翻版sayhello-fastapi:: Demo – | http://49.232.203.244:9001/message.html
源码
Github: https://github.com/zy7y/sayhello
Gitee: https://gitee.com/zy7y/sayhello
原版Flask: 源码地址: https://github.com/greyli/sayhello
部署方法(详细)
https://www.cnblogs.com/zy7y/p/14344375.html
接下来
- 这一下来 给我的感觉,前端真难顶~~
- 之前的blog接口可能会大改,整体规范打算接着翻《Flask Web开发实战_入门、进阶与原理解析(李辉著 )》中的 blueblog项目, flask源码:https://github.com/greyli/bluelog , flask-Demo http://bluelog.helloflask.com/
- 前端还得好好学学,冲哈