GitHub
github.com › topics › flask-example
flask-example · GitHub Topics · GitHub
A simple Flask authentication example using Flask-Login.
GitHub
github.com › helloflask › flask-examples
GitHub - helloflask/flask-examples: Example applications for Flask learners. · GitHub
For example, if you want to run the Hello application, just execute these commands: ... The applications will always running on http://localhost:5000. Hello (/hello): Say hello with Flask.
Starred by 232 users
Forked by 159 users
Languages JavaScript 50.6% | HTML 33.9% | CSS 10.5% | Python 4.7%
Videos
GitHub
github.com › XD-DENG › flask-example
GitHub - XD-DENG/flask-example: A minimal web app developed with Flask · GitHub
A minimal web app developed with Flask. Contribute to XD-DENG/flask-example development by creating an account on GitHub.
Starred by 118 users
Forked by 135 users
Languages Python 56.1% | HTML 43.9%
GitHub
github.com › pallets › flask
GitHub - pallets/flask: The Python micro framework for building web applications. · GitHub
Starred by 71.5K users
Forked by 16.8K users
Languages Python
GitHub
github.com › ubc › flask-sample-app
GitHub - ubc/flask-sample-app: Example app using Flask · GitHub
Example app using Flask. Contribute to ubc/flask-sample-app development by creating an account on GitHub.
Forked by 17 users
Languages Python
GitHub
github.com › miguelgrinberg › flask-examples
GitHub - miguelgrinberg/flask-examples: Code for my "Python Web Development with Flask" presentation.
Starred by 102 users
Forked by 121 users
Languages Python 77.8% | HTML 22.2% | Python 77.8% | HTML 22.2%
GitHub
github.com › anfederico › flaskex
anfederico/flaskex: Simple flask example for quick ...
Starred by 834 users
Forked by 355 users
Languages Python 71.5% | JavaScript 24.1% | CSS 4.0% | Procfile 0.4% | Python 71.5% | JavaScript 24.1% | CSS 4.0% | Procfile 0.4%
GitHub
github.com › gothinkster › flask-realworld-example-app
GitHub - gothinkster/flask-realworld-example-app: Exemplary real world JSON API built with Flask (Python) · GitHub
First, set your app's secret key as an environment variable. For example, add the following to .bashrc or .bash_profile. ... git clone https://github.com/gothinkster/flask-realworld-example-app.git cd flask-realworld-example-app pip install -r requirements/dev.txt
Starred by 904 users
Forked by 325 users
Languages Python
GitHub
github.com › pallets › flask › blob › main › examples › tutorial › flaskr › __init__.py
flask/examples/tutorial/flaskr/__init__.py at main · pallets/flask
"""Create and configure an instance of the Flask application.""" app = Flask(__name__, instance_relative_config=True) app.config.from_mapping( # a default secret that should be overridden by instance config · ...
Author pallets
GitHub
github.com › allisson › flask-example
GitHub - allisson/flask-example: Example Flask application
Example Flask application. Mongodb running. E-mail server running. sudo python -m smtpd -n -c DebuggingServer localhost:25 · git clone https://github.com/allisson/flask-example.git cd flask-example pip install -r requirements.txt python run.py # run on 127.0.0.1:5000
Starred by 77 users
Forked by 41 users
Languages Python 76.9% | HTML 23.1% | Python 76.9% | HTML 23.1%
GitHub
github.com › apryor6 › flask_api_example
GitHub - apryor6/flask_api_example: A demonstration of best practices for a large Flask API project · GitHub
Starred by 423 users
Forked by 100 users
Languages Python
GitHub
github.com › nickjj › docker-flask-example
GitHub - nickjj/docker-flask-example: A production ready example Flask app that's using Docker and Docker Compose. · GitHub
Starred by 760 users
Forked by 136 users
Languages Python 36.1% | Shell 28.4% | HTML 20.2% | Dockerfile 11.3% | JavaScript 2.2% | Mako 1.7% | CSS 0.1%
GitHub
github.com › codefresh-contrib › python-flask-sample-app
GitHub - codefresh-contrib/python-flask-sample-app: Dockerized Python Flask Example application · GitHub
Dockerized Python Flask Example application. Contribute to codefresh-contrib/python-flask-sample-app development by creating an account on GitHub.
Starred by 96 users
Forked by 803 users
Languages Python 75.4% | HTML 15.8% | CSS 7.6% | Dockerfile 1.2%
GitHub
github.com › digitalocean › sample-flask
GitHub - digitalocean/sample-flask: ⛵ App Platform sample Flask.
Starred by 50 users
Forked by 430 users
Languages HTML 96.5% | Python 2.5% | Procfile 1.0%
GitHub
github.com › tsungtwu › flask-example
GitHub - tsungtwu/flask-example: Using Flask to build a Restful API Server
Using Flask to build a Restful API Server. Contribute to tsungtwu/flask-example development by creating an account on GitHub.
Starred by 18 users
Forked by 103 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › bhavaniravi › flask-tutorial
GitHub - bhavaniravi/flask-tutorial: A tutorial to build your first flask application
A tutorial to build your first flask application. Contribute to bhavaniravi/flask-tutorial development by creating an account on GitHub.
Starred by 76 users
Forked by 72 users
Languages CSS 35.6% | Python 29.2% | JavaScript 27.7% | HTML 5.9% | Dockerfile 1.6% | CSS 35.6% | Python 29.2% | JavaScript 27.7% | HTML 5.9% | Dockerfile 1.6%
GitHub
github.com › stormpath › stormpath-flask-sample
GitHub - stormpath/stormpath-flask-sample: A simple sample application which makes use of the Flask-Stormpath library.
A simple sample application which makes use of the Flask-Stormpath library. - stormpath/stormpath-flask-sample
Starred by 37 users
Forked by 42 users
Languages HTML 50.5% | Python 44.9% | CSS 4.3% | Makefile 0.3% | HTML 50.5% | Python 44.9% | CSS 4.3% | Makefile 0.3%
GitHub
github.com › topics › flask-demo
flask-demo · GitHub Topics · GitHub
Flask REST API项目示例,包含JWT认证、RABC、rq异步任务、Swagger文档、Docker部署、uwsgi、supervisor……
GitHub
github.com › techwithtim › Flask-Web-App-Tutorial
GitHub - techwithtim/Flask-Web-App-Tutorial: Code for the note storing flask web app made during a YouTube video. · GitHub
Code for the note storing flask web app made during a YouTube video. - techwithtim/Flask-Web-App-Tutorial
Starred by 1K users
Forked by 1.1K users
Languages HTML 50.2% | Python 48.1% | JavaScript 1.7%
GitHub
github.com › realpython › flask-by-example
GitHub - realpython/flask-by-example: flask, heroku, environment variables, sqlalchemy, flask-migrate, redis · GitHub
Starred by 687 users
Forked by 290 users
Languages Python 59.9% | HTML 17.2% | JavaScript 17.1% | Mako 3.1% | CSS 2.4% | Shell 0.3%