|
1 | 1 | { |
2 | | - "title": "Todo List API with Python Flask Interactive", |
| 2 | + "title": { |
| 3 | + "us": "Interactive Todo List API with Python and Flask", |
| 4 | + "es": "API de Lista de Tareas Interactiva con Python y Flask" |
| 5 | + }, |
3 | 6 | "slug": "python-flask-api-tutorial", |
4 | | - "status": "published", |
5 | 7 | "solution": "https://github.com/breatheco-de/python-flask-api-tutorial/tree/solution", |
6 | 8 | "repository": "https://github.com/breatheco-de/python-flask-api-tutorial", |
7 | 9 | "preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true", |
8 | 10 | "duration": 6, |
9 | 11 | "template_url": "self", |
10 | 12 | "grading": "incremental", |
11 | 13 | "difficulty": "beginner", |
12 | | - "videoSolutions": false, |
13 | | - "projectType": "tutorial", |
| 14 | + "videoSolutions": true, |
14 | 15 | "bugsLink": "https://github.com/learnpack/learnpack/issues/new", |
15 | | - "description": "Create a Todo list API Interactively using Python language and the Flask Framework", |
| 16 | + "description": { |
| 17 | + "us": "Create a Todo list API Interactively using Python language and the Flask Framework. This tutorial covers technologies such as Python, terminal, command-line, APIs, and REST. The objective is to teach you how to build a functional API from scratch. By the end of this tutorial, you will have learned how to set up a Flask project, create endpoints, handle requests and responses, and manage data with a database.", |
| 18 | + "es": "Crea una API de lista de tareas de forma interactiva utilizando el lenguaje Python y el framework Flask. Este tutorial cubre tecnologías como Python, terminal, línea de comandos, APIs y REST. El objetivo es enseñarte a construir una API funcional desde cero. Al final de este tutorial, habrás aprendido a configurar un proyecto Flask, crear endpoints, manejar solicitudes y respuestas, y gestionar datos con una base de datos." |
| 19 | + }, |
16 | 20 | "technologies": [ |
17 | 21 | "python", |
| 22 | + "flask", |
18 | 23 | "terminal", |
19 | 24 | "command-line", |
20 | 25 | "APIs", |
|
24 | 29 | "version": "5.0", |
25 | 30 | "agent": "vscode" |
26 | 31 | }, |
| 32 | + "video": { |
| 33 | + "intro": { |
| 34 | + "es": "https://www.youtube.com/watch?v=O5R0QVGWwEs" |
| 35 | + } |
| 36 | + }, |
27 | 37 | "telemetry": { |
28 | 38 | "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" |
29 | 39 | }, |
|
0 commit comments