From e3f966bf1a8817fa724df96d1e1949ae7fac79f6 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Sat, 14 Dec 2024 13:03:36 -0400
Subject: [PATCH 1/3] Update README.es.md
---
README.es.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.es.md b/README.es.md
index 3b52ae65..9ee01791 100644
--- a/README.es.md
+++ b/README.es.md
@@ -2,12 +2,18 @@
# StarWars blog database
+
+
+## 🌱 Cómo iniciar este proyecto
+
**Importante**: Para realizar esta actividad necesitas hacer un `fork` de [este repo](https://github.com/breatheco-de/exercise-starwars-data-modeling) en tu cuenta de **Github** y luego, abre el *fork* en Codespaces (recomendado) o Gitpod.
Dentro del archivo `src/models.py` encontrarás un par de clases que describen una base de datos de ejemplo.
Aquí hay un video de 10 minutos que explica qué es UML: [https://www.youtube.com/watch?v=UI6lqHOVHic](https://www.youtube.com/watch?v=UI6lqHOVHic)
+
+
Vamos a crear el Diagrama de relación de entidad para la base de datos de un blog de StarWars, un diagrama muy similar a este:
![Diagrama de Starwars](https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/example.png?raw=true)
From df8bd7ddb7b377750ac0441bcbb6e3dbf8c8eb81 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Sat, 14 Dec 2024 13:04:28 -0400
Subject: [PATCH 2/3] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index ae0469e0..6bb39b3f 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,18 @@
# StarWars blog database
+
+
+## 🌱 How to start this project
+
**Important**: To do this activity, you need to `fork` [this repo](https://github.com/breatheco-de/exercise-starwars-data-modeling) into your **Github** account and then open the forked repo on Codespaces (recommended) or Gitpod.
Inside the `src/models.py` file you will find a couple of classes describing an example database.
Here is a 10 min video explaining what UML is: [https://www.youtube.com/watch?v=UI6lqHOVHic](https://www.youtube.com/watch?v=UI6lqHOVHic)
+
+
We are going to be creating the Entity Relationship Diagram for your StarWars Blog Database, a very similar diagram to this one:
![Starwars Diagram](https://github.com/breatheco-de/exercise-starwars-data-modeling/blob/master/assets/example.png?raw=true)
From e05df1c5f2ab76b1adb8ad8e9cad624789a31a9f Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Sat, 14 Dec 2024 13:06:09 -0400
Subject: [PATCH 3/3] Update learn.json
---
learn.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/learn.json b/learn.json
index 3cd68d64..823c24f4 100644
--- a/learn.json
+++ b/learn.json
@@ -3,12 +3,14 @@
"title" : "Data Modeling a StarWars Blog",
"slug" : "starwars-data-modeling",
"duration" : 3,
+ "template_url": "self",
"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" : "Use your recently adquired knowledge to build a data-model for your starwars blog",
"projectType": "project",
+ "autoPlay": "false",
"solution": "https://github.com/breatheco-de/exercise-starwars-data-modeling/tree/solution",
"talents": [
{ "badge": "fully-committed", "points": 5 }