🌐
GitHub
github.com › pallets › flask
GitHub - pallets/flask: The Python micro framework for building web applications. · GitHub
The Python micro framework for building web applications. - pallets/flask
Starred by 71.5K users
Forked by 16.8K users
Languages   Python
🌐
GitHub
github.com › topics › python-flask-application
python-flask-application · GitHub Topics · GitHub
redis machine-learning kafka spark hive hadoop notebook jupyter-notebook collaborative-filtering messagehub spark-streaming bluemix bokeh ibm-bluemix cloudant dsx alternating-least-squares python-flask-application biginsights ibm-biginsights ... Project milestone 3 for Code Institute Full-stack development program: backend development using Python-Flask and MongoDB
🌐
GitHub
github.com › topics › flask-backend
flask-backend · GitHub Topics · GitHub
A cast agency web application project that manages companies and models in it. It contains Flask framework, flask_restful API , sqlite database and rendered templates. Agile used in this project.
🌐
GitHub
github.com › topics › python-flask
python-flask · GitHub Topics · GitHub
flask sqlalchemy python-script python3 bcrypt flask-application wtforms flask-web flask-backend hacktoberfest python-flask flask-sqlalchemy flask-restful sqlalchemy-database wtforms-flask sqlalchemy-python
🌐
GitHub
github.com › topics › python-flask-server
python-flask-server · GitHub Topics · GitHub
A Python Flask based backend server to work with PostgreSql database using Psycopg2 and SqlAlchemy.
🌐
GitHub
github.com › oktadev › python-flask-react-crud-example
GitHub - oktadev/python-flask-react-crud-example: Build a simple CRUD application with Python, Flask, and React.
Start the Python backend: FLASK_APP=$PWD/app/http/api/endpoints.py FLASK_ENV=development pipenv run python -m flask run --port 4433 · Start the React frontend: cd app/http/web/app npm i npm start · Please post any questions as comments on ...
Starred by 53 users
Forked by 21 users
Languages   JavaScript 62.1% | Python 24.5% | HTML 8.7% | CSS 4.7% | JavaScript 62.1% | Python 24.5% | HTML 8.7% | CSS 4.7%
🌐
GitHub
github.com › echan82 › flask-backend
GitHub - echan82/flask-backend: flask backend template
This is an example template with flask,flask-restful and AWS Dynamodb ... go to https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStarted.Python.01.html
Starred by 6 users
Forked by 4 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › flask-api-backend
flask-api-backend · GitHub Topics · GitHub
Multiple Python Projects Repo Emphasizing on Python Programming for Backend Server, i.e. Flask, SqlAlchemy, psycopg-2, Alembic, etc.
🌐
GitHub
github.com › damianoalves › flask-service
GitHub - damianoalves/flask-service: :globe_with_meridians: A Backend service template project developed with Python Flask
:globe_with_meridians: A Backend service template project developed with Python Flask - GitHub - damianoalves/flask-service: :globe_with_meridians: A Backend service template project developed with Python Flask
Starred by 85 users
Forked by 24 users
Languages   Python 95.0% | Mako 5.0% | Python 95.0% | Mako 5.0%
Find elsewhere
🌐
GitHub
github.com › taptorestart › python-backend-examples
GitHub - taptorestart/python-backend-examples: Flask, FastAPI, Django, DRF
Flask, FastAPI, Django, DRF. Contribute to taptorestart/python-backend-examples development by creating an account on GitHub.
Starred by 49 users
Forked by 13 users
Languages   Python 91.6% | HTML 5.9% | JavaScript 1.9% | Python 91.6% | HTML 5.9% | JavaScript 1.9%
🌐
GitHub
github.com › Remy349 › todo-app-flask-reactjs
GitHub - Remy349/todo-app-flask-reactjs: TODO App built with Flask/Python (Backend) and ReactJS (Frontend) · GitHub
In the Frontend you will find JavaScript technologies (ReactJS) and in the Backend you will find Python technologies and tools (Flask), so you must have NodeJS and Python installed on your computer (As a reference this project was developed with version 3.13.0 of Python and 22.11.0 of NodeJS).
Starred by 26 users
Forked by 75 users
Languages   TypeScript 64.6% | Python 29.5% | JavaScript 2.7% | CSS 2.0% | HTML 0.7% | Mako 0.5%
🌐
GitHub
github.com › norahsakal › flask-pytorch-backend
GitHub - norahsakal/flask-pytorch-backend: End-to-end web app using Flask for image classification · GitHub
Following steps describes how to create a very simple backend using Flask using http://flask.pocoo.org/docs/1.0/quickstart/ and http://flask.pocoo.org/docs/0.12/patterns/fileuploads/ pip install flask · from flask import Flask · app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, World!' if __name__ == "__main__": app.run(debug=True) python app.py ·
Starred by 12 users
Forked by 5 users
Languages   JavaScript 58.9% | Python 24.5% | HTML 11.2% | CSS 5.4%
🌐
GitHub
github.com › topics › flask-example
flask-example · GitHub Topics · GitHub
A example Docker powered boilerplate of using postgresql with python flask · flask flask-backend flask-example flask-postgres · Updated · Dec 14, 2022 · Python · Star 1 · flask-example flask-in-crontab flask-python-crontab crontab-flask · Updated · Dec 14, 2018 ·
🌐
Readthedocs
github-flask.readthedocs.io
GitHub-Flask — GitHub-Flask
A full example can be found in example.py file. Install the required Flask-SQLAlchemy package first. Then edit the file and change GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET settings. Then you can run it as a python script:
🌐
GitHub
github.com › HackNCState › Python-Flask-Backend-Template
GitHub - HackNCState/Python-Flask-Backend-Template: This is the template/starter code for the Python-Flask Backend Workshop for PackHacks by Travis Walter.
This is the template/starter code for the Python-Flask Backend Workshop for PackHacks by Travis Walter. - HackNCState/Python-Flask-Backend-Template
Author   HackNCState
🌐
GitHub
github.com › realpython › discover-flask
GitHub - realpython/discover-flask: Full Stack Web Development with Flask. · GitHub
Full Stack Web Development with Flask. Contribute to realpython/discover-flask development by creating an account on GitHub.
Starred by 4.6K users
Forked by 792 users
Languages   Python 82.9% | HTML 15.4% | Mako 1.7%
🌐
GitHub
github.com › apryor6 › flask_api_example
GitHub - apryor6/flask_api_example: A demonstration of best practices for a large Flask API project · GitHub
A sample project showing how to build a scalable, maintainable, modular Flask API with a heavy emphasis on testing. This is an example project using the structure proposed in this blog post. Preferably, first create a virtualenv and activate it, perhaps with the following command: virtualenv -p python3 venv source venv/bin/activate
Starred by 423 users
Forked by 100 users
Languages   Python
🌐
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 › caseyr003 › flask-react-template
GitHub - caseyr003/flask-react-template: Web app built with Python backend and ReactJS frontend to be used as a starter template.
This project is a web app built with Python backend and ReactJS frontend to be used as a starter template. ... Flask for the backend API (default port 5000) For more information see the README.md file in the backend directory
Starred by 28 users
Forked by 22 users
Languages   JavaScript 62.3% | HTML 15.9% | CSS 8.5% | Python 7.2% | Dockerfile 6.1% | JavaScript 62.3% | HTML 15.9% | CSS 8.5% | Python 7.2% | Dockerfile 6.1%