From bc5fe74df17ff9f29c09db8e10891e372f9db28e Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Tue, 17 Dec 2024 14:28:50 -0400
Subject: [PATCH 1/3] Update README.es.md
---
README.es.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.es.md b/README.es.md
index 622ee9d4..ae3868df 100644
--- a/README.es.md
+++ b/README.es.md
@@ -1,11 +1,13 @@
-# Todo List API in Python Flask
+# API de Lista de Tareas en Python Flask
Este es un tutorial interactivo que te enseñará cómo crear una API usando el framework Python Flask y Pipenv
+
+
## 🌱 Cómo comenzar este proyecto
Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
@@ -22,6 +24,7 @@ https://github.com/breatheco-de/python-flask-api-tutorial
> 💡 Importante: Recuerda guardar y subir tu código en GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin `) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
+
## Acerca del proyecto que vamos a construir
En este tutorial, crearemos una API REST que expone 3 endpoints a Internet:
From 1858cc139e1916670f0b0e3d0157cc86d738c8fa Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Tue, 17 Dec 2024 14:29:56 -0400
Subject: [PATCH 2/3] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 4ea03da4..a43583c8 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
This is an interactive tutorial that will teach you how to create an API using the Flask framework on Python and Pipenv.
+
+
## 🌱 How to start this project
This project comes with the necessary files to start working immediately.
@@ -21,6 +23,8 @@ https://github.com/breatheco-de/python-flask-api-tutorial
> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin `), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
+
+
## About the project we are going to build
In this tutorial, we are going to be building a REST API that exposes 3 endpoints to the internet:
From dc0851253ff2fbce5fd2ac7e342c5f5d0d277f2a Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Tue, 17 Dec 2024 14:30:35 -0400
Subject: [PATCH 3/3] Update learn.json
---
learn.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/learn.json b/learn.json
index de47b05b..52819cdc 100644
--- a/learn.json
+++ b/learn.json
@@ -6,6 +6,7 @@
"repository": "https://github.com/breatheco-de/python-flask-api-tutorial",
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
"duration": 6,
+ "template_url": "self",
"grading": "incremental",
"difficulty": "beginner",
"videoSolutions": false,