Skip to content

Commit 7e5f2c0

Browse files
Alberto FuentesAlberto Fuentes
Alberto Fuentes
authored and
Alberto Fuentes
committed
multi-language readme
1 parent 66238c2 commit 7e5f2c0

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

Diff for: README.es.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Utilizaremos este repositorio para la sesión *Desarrollo de REST APIs y Web App
44

55
<a href="https://www.intersystems.com/es/noticias-eventos/eventos/iberia-summit-barcelona-2020-18-y-19-de-febrero/"><img src="./img/summit2020.jpg" width=500></a>
66

7+
Idiomas: [🇺🇸](README.md)[🇪🇸](README.es.md)
8+
79
# ¿Qué aprenderás?
810
Desarrollaremos una aplicación web sobre el framework *Angular* utilizando como *backend* una instancia *InterSystems IRIS*. Veremos cómo podemos exponer los datos en formato JSON a través de APIs REST que podemos implementar o generar automáticamente.
911

1012
La sesión está orientada hacia todos aquellos interesados en *cómo desarrollar aplicaciones web modernas* siguiendo la arquitectura de Single Page Application aprovechando al mismo tiempo las posibilidades de *InterSystems IRIS* como plataforma de datos.
1113

12-
<img src="./img/iris-webapp.gif" width=500>
14+
<img src="./img/iris-sample-rest-angular.gif" width=500>
1315

1416
# ¿Qué necesitas instalar?
1517
Para poder seguir la sesión con tu propio portátil necesitas instalar:
@@ -21,8 +23,8 @@ Para poder seguir la sesión con tu propio portátil necesitas instalar:
2123

2224
Y además, tendrás que descargar las imágenes Docker que utilizaremos:
2325
```console
24-
$ git clone https://github.com/es-comunidad-intersystems/IBSummit2020-AcademiaDevWebApp.git
25-
$ cd IBSummit2020-AcademiaDevWebApp
26+
$ git clone https://github.com/intersystems-ib/iris-sample-rest-angular
27+
$ cd iris-sample-rest-angular
2628
$ docker-compose pull
2729
```
2830

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ This repository contains the code and instructions used during *REST APIs and We
44

55
<a href="https://www.intersystems.com/es/noticias-eventos/eventos/iberia-summit-barcelona-2020-18-y-19-de-febrero/"><img src="./img/summit2020.jpg" width=500></a>
66

7+
Languages: [🇺🇸](README.md)[🇪🇸](README.es.md)
8+
79
# What will you learn?
810
We will develop a web application using the *Angular* framework and *InterSystems IRIS* as backend. We will expose persisted data in JSON format through REST APIs which could be fully implemented o generated automatically in IRIS.
911

1012
This content is addressed to all those interested in *how to develop modern web applications* following the Single Page Application architecture leveraging all the features of the *InterSystems IRIS* data platform.
1113

12-
<img src="./img/iris-webapp.gif" width=500>
14+
<img src="./img/iris-sample-rest-angular.gif" width=500>
1315

1416
# What do you need to install?
1517
* [Git](https://git-scm.com/downloads)
@@ -20,8 +22,8 @@ This content is addressed to all those interested in *how to develop modern web
2022

2123
After that, you will be able to build the containers you need:
2224
```console
23-
$ git clone https://github.com/intersystems-ib/iris-dev-webapp
24-
$ cd iris-dev-webapp
25+
$ git clone https://github.com/intersystems-ib/iris-sample-rest-angular
26+
$ cd iris-sample-rest-angular
2527
$ docker-compose build
2628
```
2729

Diff for: frontend/src/app/about/about/about.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</p>
2020
<hr class="my-4">
2121
<p class="center">
22-
<a class="btn btn-primary btn-lg" href="https://github.com/intersystems-ib/iris-dev-webapp" role="button">Learn
22+
<a class="btn btn-primary btn-lg" href="https://github.com/intersystems-ib/iris-sample-rest-angular" role="button">Learn
2323
more</a>
2424
</p>
2525
</div>

Diff for: img/iris-sample-rest-angular.gif

2.94 MB
Loading

Diff for: img/iris-webapp.gif

-1.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)