-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Copy pathlearn.json
28 lines (28 loc) · 1.55 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"gitpod": true,
"title" : {
"us": "Family Static API with Flask",
"es": "API Estática de Familia con Flask"
},
"slug" : "family-static-api",
"status": "published",
"translations": ["es", "us"],
"preview": "https://github.com/breatheco-de/exercise-family-static-api/blob/master/preview.png?raw=true",
"solution": "https://github.com/breatheco-de/exercise-family-static-api/tree/solution",
"difficulty": "beginner",
"technologies": ["flask", "python", "json", "serialization", "data-structures", "rest","api"],
"duration" : 8,
"template_url": "self",
"description" : {
"us": "Build a family management API with Flask, focusing on creating efficient data structures to handle and manipulate family member information. In this project, you'll learn how to develop dynamic RESTful API endpoints, manage in-memory data, and handle JSON responses. Gain hands-on experience in Flask, data management, and API design",
"es": "Crea una API de gestión de familiares con Flask, enfocándote en desarrollar estructuras de datos eficientes para manejar y manipular la información de los miembros de la familia. En este proyecto, aprenderás a desarrollar puntos finales dinámicos de API RESTful, gestionar datos en memoria y manejar respuestas en formato JSON. Obtén experiencia práctica en Flask, gestión de datos y diseño de APIs."
},
"talents": [
{ "badge": "identator", "points": 10 }
],
"autoPlay": false,
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=188"
}
}