Skip to content

Commit 4de46f1

Browse files
committed
better learn.json
1 parent 70ab4cc commit 4de46f1

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

learn.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
{
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+
},
36
"slug": "python-flask-api-tutorial",
4-
"status": "published",
57
"solution": "https://github.com/breatheco-de/python-flask-api-tutorial/tree/solution",
68
"repository": "https://github.com/breatheco-de/python-flask-api-tutorial",
79
"preview": "https://github.com/breatheco-de/python-flask-api-tutorial/blob/master/.learn/assets/preview.png?raw=true",
810
"duration": 6,
911
"template_url": "self",
1012
"grading": "incremental",
1113
"difficulty": "beginner",
12-
"videoSolutions": false,
13-
"projectType": "tutorial",
14+
"videoSolutions": true,
1415
"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+
},
1620
"technologies": [
1721
"python",
22+
"flask",
1823
"terminal",
1924
"command-line",
2025
"APIs",
@@ -24,6 +29,11 @@
2429
"version": "5.0",
2530
"agent": "vscode"
2631
},
32+
"video": {
33+
"intro": {
34+
"es": "https://www.youtube.com/watch?v=O5R0QVGWwEs"
35+
}
36+
},
2737
"telemetry": {
2838
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
2939
},

0 commit comments

Comments
 (0)