Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template_url #111

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading