Skip to content

Commit

Permalink
Merge pull request #41 from Lorenagubaira/master
Browse files Browse the repository at this point in the history
<onlyfor> was created for both readmes
  • Loading branch information
rosinni authored Feb 5, 2025
2 parents 48726d7 + 00b594d commit 8d458d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

¡La familia "Jackson" necesita una API estática! Necesitamos construir las *estructuras de datos (data structures)* y crear un API endpoint para interactuar con él utilizando [Hoppscotch](https://hoppscotch.io/) (recomendado) o Postman.

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

## 🌱 Cómo comenzar este proyecto

Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
Expand All @@ -16,6 +18,8 @@ Este es el repositorio que necesitas abrir:
https://github.com/breatheco-de/exercise-family-static-api
```

</onlyfor>

## 💻 Instalación

1. Instala las dependencias del proyecto `$ pipenv install`.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

The Jackson Family needs a static API! We need to build the *data structures* and create the API endpoints to interact with it using [Hoppscotch](https://hoppscotch.io/) (recommended) or Postman.

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

## 🌱 How to start this project

This project comes with the necessary files to start working immediately.
Expand All @@ -18,6 +20,8 @@ https://github.com/breatheco-de/exercise-family-static-api

**👉 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project).

</onlyfor>

## 💻 Installation

1. Install the project dependencies by running `$ pipenv install`
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"difficulty": "beginner",
"technologies": ["flask", "python", "json", "serialization", "data-structures", "rest","api"],
"duration" : 8,
"template_url": "self",
"description" : {
"us": "Build a family management API with Flask, focusing on creating efficient data structures to handle and manipulate family member information. In this project, you'll learn how to develop dynamic RESTful API endpoints, manage in-memory data, and handle JSON responses. Gain hands-on experience in Flask, data management, and API design",
"es": "Crea una API de gestión de familiares con Flask, enfocándote en desarrollar estructuras de datos eficientes para manejar y manipular la información de los miembros de la familia. En este proyecto, aprenderás a desarrollar puntos finales dinámicos de API RESTful, gestionar datos en memoria y manejar respuestas en formato JSON. Obtén experiencia práctica en Flask, gestión de datos y diseño de APIs."
Expand Down

0 comments on commit 8d458d9

Please sign in to comment.