Skip to content

Commit

Permalink
Merge pull request #47 from Lorenagubaira/master
Browse files Browse the repository at this point in the history
template_url
  • Loading branch information
rosinni authored Feb 25, 2025
2 parents f33055c + 772b761 commit 722ca4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@
# Crea el modelo de base de datos para Instagram
<!--endhide-->

**Importante**: Para realizar esta actividad necesitas hacer un `fork` de [este repo](https://github.com/breatheco-de/exercise-instagram-data-modeling) en tu cuenta de **Github** y luego, abre el *fork* en [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o Gitpod.

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo iniciar este proyecto

**Importante**: Para realizar esta actividad necesitas hacer un `fork` de [este repo](https://github.com/breatheco-de/exercise-instagram-data-modeling) en tu cuenta de **Github** y luego, abrir el *fork* en 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)

</onlyfor>

Vamos a crear el Diagrama de relación de entidad para la base de datos de Instagram, un diagrama muy similar a este:

![Diagrama de Instagram](https://github.com/breatheco-de/exercise-instagram-data-modeling/blob/master/assets/example.png?raw=true)
[Clic para abrir el diagrama](https://app.quickdatabasediagrams.com/#/d/LxNXQZ)

> 🔥 Puedes usar esta herramienta GRATUITA para practicar tu diagrama por primera vez: https://app.quickdatabasediagrams.com/#/d/

## 💻 Instalación

1. Entra dentro del environment (entorno) `$ pipenv shell`
Expand All @@ -26,7 +32,6 @@ Vamos a crear el Diagrama de relación de entidad para la base de datos de Insta

4. ¡Abre el archivo `diagram.png` para ver tu diagrama UML!


## 📝 Instrucciones

Tu trabajo es actualizar el archivo `src/models.py` con el código necesario para replicar el modelo de datos de Instagram.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
# Create the database model for Instagram
<!--endhide-->


<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

**Important**: To do this activity you need to `fork` [this repo](https://github.com/breatheco-de/exercise-instagram-data-modeling) into your **Github** account and then open the forked repo on [Codespaces](https://4geeks.com/lesson/what-is-github-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)
Expand All @@ -14,6 +20,8 @@ Please watch these two short videos explaining ERDs:
+ [https://www.youtube.com/watch?v=QpdhBUYk7Kk](https://www.youtube.com/watch?v=QpdhBUYk7Kk)
+ [https://www.youtube.com/watch?v=-CuY5ADwn24](https://www.youtube.com/watch?v=-CuY5ADwn24)

</onlyfor>

You will have to create the Entity Relationship Diagram for Instagram's Database - a very similar diagram to this one:

![Instagram Diagram](https://github.com/breatheco-de/exercise-instagram-data-modeling/blob/master/assets/example.png?raw=true)
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"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",
Expand Down

0 comments on commit 722ca4c

Please sign in to comment.