Skip to content

Commit

Permalink
Merge pull request #50 from breatheco-de/Lorenagubaira-patch-1
Browse files Browse the repository at this point in the history
Update learn.json
  • Loading branch information
Lorenagubaira authored Jan 30, 2025
2 parents 63da643 + ff2674f commit 3951479
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
{
"status": "published",
"title" : "Building Instagram.com Database Model",
"gitpod": true,
"title" : {
"us": "Building Instagram.com Database Model",
"es": "Construyendo el Modelo de Datos de Instagram"
},
"slug" : "instagram-data-modeling",
"duration" : 3,
"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" : "Use your recently adquired knowledge to build instagram.com user stories",
"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"
"projectType": "project",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=191"
}
}

0 comments on commit 3951479

Please sign in to comment.