Skip to content

Commit 65460c1

Browse files
committed
readme is updated
1 parent 120cab8 commit 65460c1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/README.de.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Wähle deine Sprache
44

5-
- 🇪🇸 [Spanisch](README.es.md)
65
- 🇺🇸 [Englisch](README.md)
6+
- 🇪🇸 [Spanisch](README.es.md)
77

88
## Behandelte Themen
99

@@ -103,6 +103,12 @@ Zur Simulation einer Datenbank wird **sparrest.js** verwendet — eine vom Dozen
103103
git clone https://github.com/kasappeal/sparrest.js.git
104104
```
105105

106+
```bash
107+
git clone https://github.com/PabloSch26/keepcoding-frontend-javascript-submission-5.git
108+
```
109+
110+
![Demo](https://github.com/PabloSch26/pablo-abaroa-schilling/blob/main/etc/clone-repository-visual-studio-code.gif)
111+
106112
Dies startet den Server und stellt die REST-API bereit, sodass du mit der simulierten Datenbank interagieren kannst.
107113

108114
## Verwendete Technologien

docs/README.es.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ Para emular una base de datos se utilizará **sparrest.js**, una API REST creada
103103
git clone https://github.com/kasappeal/sparrest.js.git
104104
```
105105

106+
```bash
107+
git clone https://github.com/PabloSch26/keepcoding-frontend-javascript-submission-5.git
108+
```
109+
110+
![Demo](https://github.com/PabloSch26/pablo-abaroa-schilling/blob/main/etc/clone-repository-visual-studio-code.gif)
111+
106112
Esto levantará el servidor y pondrá en funcionamiento la API REST para que puedas interactuar con la base de datos simulada.
107113

108114
## Tecnologías utilizadas

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ Additionally, a `db.json` file must be provided for the backend, containing samp
9797

9898
To emulate a database, **sparrest.js** will be used — a REST API created by instructor Alberto Casero (KeepCoding), based on `json-server`.
9999

100-
101-
102100
## Technologies Used
103101

104102
- **HTML**: For structuring the content and building the layout of the web page.

0 commit comments

Comments
 (0)