-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathlearn.json
28 lines (28 loc) · 1.45 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
{
"status": "published",
"gitpod": true,
"title" : {
"us": "Building Instagram.com Database Model",
"es": "Construyendo el Modelo de Datos de Instagram"
},
"slug" : "instagram-data-modeling",
"duration" : 3,
"template_url": "self",
"difficulty": "easy",
"solution": "https://github.com/breatheco-de/exercise-instagram-data-modeling/tree/solution",
"preview": "https://github.com/breatheco-de/exercise-instagram-data-modeling/blob/master/assets/preview.png?raw=true",
"technologies": ["sql", "sqlalchemy", "uml", "data-modeling"],
"syntax": "python",
"description" : {
"us": "Build a database model for Instagram and learn about database design, table relationships, and ERD diagrams. You'll create structures for users, posts, comments, and more using SQLAlchemy. Improve your data modeling skills and understanding of social media platforms with this hands-on project.",
"es": "Desarrolla un modelo de base de datos para Instagram y aprende sobre diseño de bases de datos, relaciones entre tablas y diagramas ERD. Crearás estructuras para usuarios, publicaciones, comentarios y más, usando SQLAlchemy. Mejora tus habilidades en modelado de datos y comprensión de plataformas sociales con este proyecto práctico."
},
"talents": [
{ "badge": "fully-committed", "points": 5 }
],
"autoPlay": false,
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=191"
}
}