Skip to content

Commit 9044729

Browse files
committed
readme is updated
1 parent 9a67a4e commit 9044729

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

docs/README.de.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Keine
112112
- **[Git](https://git-scm.com/downloads)** (getestet mit Version **2.47.1.windows.1**)
113113
- **[Visual Studio Code](https://code.visualstudio.com/)** (getestet mit Version **1.99.0**)
114114
- **[Sparrest (REST-API)](https://github.com/kasappeal/sparrest.js)** (entwickelt von **Alberto Casero****KeepCoding**)
115-
- **Live Server** (VS Code Add-on, *optional*)
115+
- **Live Server** (VS Code addon, *optional*)
116116

117117
### Repository-Klonen
118118

@@ -125,10 +125,10 @@ git clone https://github.com/kasappeal/sparrest.js.git
125125
Projekt
126126

127127
```bash
128-
git clone https://github.com/PabloSch26/keepcoding-05-frontend-javascript.git
128+
git clone https://github.com/pablo-sch/keepcoding-05-frontend-javascript.git
129129
```
130130

131-
![Demo](https://github.com/PabloSch26/pablo-abaroa-schilling/blob/main/etc/clone-repository-visual-studio-code.gif)
131+
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
132132

133133
### Schritte zur Nutzung des Projekts
134134

@@ -140,10 +140,14 @@ Der Server muss gestartet werden, um die REST-API zu aktivieren und mit der simu
140140

141141
Zum Starten der Datenbank führe folgenden Befehl im Sparrest-Verzeichnis aus:
142142

143+
```bash
143144
npm start
145+
```
144146

145147
### Hinweise
146148

149+
- Sobald das Repository geklont wurde, kannst du die `.html`-Dateien mit **Live Server** öffnen, um sie im Browser vorzuschauen.
150+
147151
- Die Datei `db.json` enthält drei Benutzerkonten und 14 Posts. Hier sind die Zugangsdaten, um sich anzumelden und vorhandene Posts zu bearbeiten:
148152

149153
- [pablsch.it@gmail.com](mailto:pablsch.it@gmail.com) / Passwort: 123456

docs/README.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ git clone https://github.com/kasappeal/sparrest.js.git
125125
Poyecto
126126

127127
```bash
128-
git clone https://github.com/PabloSch26/keepcoding-05-frontend-javascript.git
128+
git clone https://github.com/pablo-sch/keepcoding-05-frontend-javascript.git
129129
```
130130

131-
![Demo](https://github.com/PabloSch26/pablo-abaroa-schilling/blob/main/etc/clone-repository-visual-studio-code.gif)
131+
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
132132

133133
### Pasos Para Utilizar Este Proyecto
134134

@@ -146,6 +146,8 @@ npm start
146146

147147
### Notas
148148

149+
- Una vez clonado el repositorio puedes abrir los archivos `.html` con **Live Server** para previsualizarlos en el navegador.
150+
149151
- El archivo `db.json` contiene tres cuentas y 14 publicaciones. Estas son las credenciales de cada cuenta para iniciar sesión en el proyecto y editar las publicaciones ya creadas:
150152

151153
- [pablsch.it@gmail.com](mailto:pablsch.it@gmail.com) / pwd: 123456

docs/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ None
112112
- **[Git](https://git-scm.com/downloads)** (tested on version **2.47.1.windows.1**)
113113
- **[Visual Studio Code](https://code.visualstudio.com/)** (tested on version **1.99.0**)
114114
- **[Sparrest (API REST)](https://github.com/kasappeal/sparrest.js)** (created by instructor **Alberto Casero****KeepCoding**)
115-
- **Live Server** (VS Code extension, *optional*)
115+
- **Live Server** (VS Code addon, *optional*)
116116

117117
### Repository Cloning
118118

@@ -125,10 +125,10 @@ git clone https://github.com/kasappeal/sparrest.js.git
125125
Project
126126

127127
```bash
128-
git clone https://github.com/PabloSch26/keepcoding-05-frontend-javascript.git
128+
git clone https://github.com/pablo-sch/keepcoding-05-frontend-javascript.git
129129
```
130130

131-
![Demo](https://github.com/PabloSch26/pablo-abaroa-schilling/blob/main/etc/clone-repository-visual-studio-code.gif)
131+
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
132132

133133
### Steps to Use This Project
134134

@@ -140,10 +140,14 @@ You must start the server to run the REST API and enable interaction with the mo
140140

141141
To start the database, run the following command inside the Sparrest directory:
142142

143+
```bash
143144
npm start
145+
```
144146

145147
### Notes
146148

149+
- Once the repository is cloned, you can open the `.html` files with **Live Server** to preview them in the browser.
150+
147151
- The `db.json` file contains three user accounts and 14 posts. These are the credentials for each account to log in and edit existing posts:
148152

149153
- [pablsch.it@gmail.com](mailto:pablsch.it@gmail.com) / pwd: 123456

0 commit comments

Comments
 (0)