Skip to content

Commit e5036b1

Browse files
authored
Merge pull request #111 from Lorenagubaira/master
template_url
2 parents d719a2b + dc08512 commit e5036b1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.es.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!--hide-->
2-
# Todo List API in Python Flask
2+
# API de Lista de Tareas en Python Flask
33

44
<a href="https://www.breatheco.de"><img height="280" align="right" src="https://raw.githubusercontent.com/breatheco-de/python-flask-api-tutorial/3ffb90ea974146f57a3bdfd59665b4c4d5d05197/.breathecode/assets/badge.svg"></a>
55
<!--endhide-->
66

77
Este es un tutorial interactivo que te enseñará cómo crear una API usando el framework Python Flask y Pipenv
88

9+
<onlyfor saas="false" withBanner="false">
10+
911
## 🌱 Cómo comenzar este proyecto
1012

1113
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
2224

2325
> 💡 Importante: Recuerda guardar y subir tu código en GitHub creando un nuevo repositorio, actualizando el remoto (`git remote set-url origin <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
2426
27+
</onlyfor>
2528
## Acerca del proyecto que vamos a construir
2629

2730
En este tutorial, crearemos una API REST que expone 3 endpoints a Internet:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
This is an interactive tutorial that will teach you how to create an API using the Flask framework on Python and Pipenv.
77

8+
<onlyfor saas="false" withBanner="false">
9+
810
## 🌱 How to start this project
911

1012
This project comes with the necessary files to start working immediately.
@@ -21,6 +23,8 @@ https://github.com/breatheco-de/python-flask-api-tutorial
2123

2224
> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
2325
26+
</onlyfor>
27+
2428
## About the project we are going to build
2529

2630
In this tutorial, we are going to be building a REST API that exposes 3 endpoints to the internet:

learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"repository": "https://github.com/breatheco-de/python-flask-api-tutorial",
77
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
88
"duration": 6,
9+
"template_url": "self",
910
"grading": "incremental",
1011
"difficulty": "beginner",
1112
"videoSolutions": false,

0 commit comments

Comments
 (0)