-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathlearn.json
26 lines (26 loc) · 1.41 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
{
"gitpod": true,
"status": "published",
"title" : {
"us": "Data Modeling a StarWars Blog",
"es": "Modelo de Datos del blog de StarWars"
},
"slug" : "starwars-data-modeling",
"duration" : 3,
"difficulty": "easy",
"preview": "https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/preview.png?raw=true",
"technologies": ["sql", "sqlalchemy", "uml", "data-modeling"],
"syntax": "python",
"description" : {
"us": "Design and implement a Star Wars-themed database model using SQLAlchemy! This project focuses on structuring data for a blog where users can save their favorite characters and planets. You'll create an optimized relational database, define entity relationships, and generate an ER diagram to visualize the data model.",
"es": "Usa tus conocimientos recientemente adquiridos para crear un modelo de datos para un blog de Star Wars. En este proyecto, diseñarás la estructura de una base de datos, estableciendo relaciones entre usuarios, personajes y planetas. Aprenderás sobre modelado de datos, diagramas UML y SQLAlchemy, mejorando tus habilidades en bases de datos."
},
"projectType": "project",
"solution": "https://github.com/breatheco-de/exercise-starwars-data-modeling/tree/solution",
"talents": [
{ "badge": "fully-committed", "points": 5 }
],
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=210"
}
}