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: 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: 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,