24-05-2023 - Andrés Cruz
Flask In this tutorial we are going to learn how to install Flask on our computer, regardless of the operating system in which you are; since Flask is cross-platform since it is supported in Python; but before this, let's introduce, what is Flask.
23-05-2023 - Andrés Cruz
Flask We are going to create our first real application in Flask, which would be a simple hello world and where we are going to learn fundamental components such as routes and how to run a Flask app in the browser.
22-05-2023 - Andrés Cruz
Flask We are going to talk about the Flask configuration files to manage global configurations to our project and also to manage different configurations depending on the environment.
22-05-2023 - Andrés Cruz
Flask We are going to know the use of environment variables, what they work for and know the main ones that we have to take into account when developing an app in Flask.
21-05-2023 - Andrés Cruz
Flask We are going to enable the debugging of an app in Flask; and this is useful since without it every time you make changes to the source code, it is automatically reloaded.
19-05-2023 - Andrés Cruz
Flask We will see how we can configure an application in Flask with a rest api so that through CORS we can interconnect applications, for example, in Vue.
19-05-2023 - Andrés Cruz
Flask We will learn to create a simple login module with Flask Login for user login and registration.
03-03-2022 - Andrés Cruz
Flask Aprenderemos a crear un sencillo modulo de login con Flask Login para el login y registro del usuario.
07-02-2022 - Andrés Cruz
Flask Veremos como podemos configurar una aplicacion en Flask con una rest api para que mediante los CORS podamos interconectar aplicaciones, por ejemplo, en Vue.
12-01-2022 - Andrés Cruz
Flask Veremos como trabajar con la sesion de tipo array en Flask.