Deploy flask with gunicorn and nginx (Step-by-Step)
Introduction - Deploy Flask with Nginx using Gunicorn+Nginx In this article we will to go through the process of deploying a flask app on a Linux server. We will use gunicorn as a WSGI server
Introduction - Deploy Flask with Nginx using Gunicorn+Nginx In this article we will to go through the process of deploying a flask app on a Linux server. We will use gunicorn as a WSGI server
What is Flask SQLAlchemy Flask SQLAlchemy is an extension for flask that adds support for SQLAlchemy to flask by adding useful defaults and helpers that simplify basic tasks. SQLAlchemy is an object relational mapper(ORM) for
What is Jinja2 Jinja2 is a python HTML template engine. A template engine is a piece of software that combines HTML documents with data from any data source to produce an HTML formatted file that
In this tutorial we will cover the following topics: Introduction to Flask Creating a Virtual Environment with Python 3 Installing Flask packages with pip Create a simple Flask Python Web App blog Setting up a