Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quxiaolong1504/e9983abbd2bed77c4ed059365153b0b2 to your computer and use it in GitHub Desktop.
Save quxiaolong1504/e9983abbd2bed77c4ed059365153b0b2 to your computer and use it in GitHub Desktop.
Flask 技术栈
http://flask.pocoo.org/
http://www.sqlalchemy.org/
http://flask-sqlalchemy.pocoo.org/2.1/
http://jinja.pocoo.org/
http://flask-restful-cn.readthedocs.io/en/0.3.4/
http://marshmallow.readthedocs.io/en/latest/index.html
http://flask.pocoo.org/docs/0.11/deploying/uwsgi/
flask + `Web Framework`
sqlalchemy + flask+sqlalchemy + `ORM`
jinjia2 + `Html Template`
flask-restful + marshmallow + `API`
uWSGI + `deploy `
@quxiaolong1504
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment