Skip to content

Commit

Permalink
Merge pull request #111 from Lorenagubaira/master
Browse files Browse the repository at this point in the history
template_url
  • Loading branch information
alesanchezr authored Jan 8, 2025
2 parents d719a2b + dc08512 commit e5036b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.es.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!--hide-->
# Todo List API in Python Flask
# API de Lista de Tareas en Python Flask

<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>
<!--endhide-->

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

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo comenzar este proyecto

Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
Expand All @@ -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 <your new url>`) y subiendo el código a tu nuevo repositorio usando los comandos `add`, `commit` y `push` desde la terminal de git.
</onlyfor>
## Acerca del proyecto que vamos a construir

En este tutorial, crearemos una API REST que expone 3 endpoints a Internet:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

This project comes with the necessary files to start working immediately.
Expand All @@ -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 <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal.
</onlyfor>

## 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:
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5036b1

Please sign in to comment.