Skip to content

Latest commit

 

History

History
93 lines (77 loc) · 5 KB

flask.md

File metadata and controls

93 lines (77 loc) · 5 KB

Bookmarks tagged [flask]

https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestratin...

These guides assume the reader knows about application development, Microservices, and Docker containers.

In this Article we will go from :

  1. Running a Microservice based application on your comput...

https://github.com/pyeve/eve

REST API framework powered by Flask, MongoDB and good intentions.


https://github.com/marselester/flask-api-utils

Taking care of API representation and authentication for Flask.


http://www.flaskapi.org/

Browsable Web APIs for Flask.


https://github.com/flask-restful/flask-restful

Quickly building REST APIs for Flask.


https://github.com/jfinkels/flask-restless

Generating RESTful APIs for database models defined with SQLAlchemy.


https://github.com/humiaozuzu/awesome-flask#readme

A curated list of awesome Flask resources and plugins - humiaozuzu/awesome-flask


https://www.palletsprojects.com/p/flask/

Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around ...


http://methane.github.io/flask-handson/

INADA Naoki


http://flask-docs-ja.readthedocs.org

Armin Ronacher, Tsuyoshi Tokuda(翻訳)


http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Miguel Grinberg (0.9)


http://flask.pocoo.org/docs/0.10/tutorial/


https://exploreflask.com

Robert Picard