Skip to content

Commit 78bc0b7

Browse files
authored
Add Screenshot & english introduction
1 parent a69eb8d commit 78bc0b7

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Exercici Simple HTTP Service (M13)
1+
## Simple HTTP Service (M13)
22

33
<p align="right">
44
<img src="https://github.com/GerardPuigl/TechnologyStackIcons/blob/main/Logos/spring-long.svg" title="spring-long" alt="spring-long" height="35px"/>
@@ -15,12 +15,26 @@
1515
<img src="https://github.com/GerardPuigl/TechnologyStackIcons/blob/main/Logos/visual-studio-code.svg" title="visual-studio-code" alt="visual-studio-code" height="35px"/>
1616
</p>
1717

18-
## Descripció
18+
## Introduction
19+
20+
Backend of Rest API CRUD with H2 Persistence Database. Developed with Spring boot and applying design pattern MVC.
21+
22+
Frontend with Javascript & Jquery to consume & send Jsons to the Rest API and HTML, CSS with libraries Bootstrap & Datatables to show & interact with the user.
1923

20-
Exercici per aprofundir en peticions HTTP (GET, POST, PUT DELETE). Projecte realitzat amb Spring i amb patró MVC aplicat.
2124

2225
link: https://employee-it.herokuapp.com/
2326

27+
28+
<p align="center">
29+
30+
<img src="https://github.com/gerardpuigl/M13-Spring-REST-HTTP-Service-Client-JavaScript-Jquery/blob/main/screenshots/M13-Employee%20CRUD%20HTTP%20SERVICE.jpg" title="CRUD employeesScreenshot" alt="CRUD employees" />
31+
32+
</p>
33+
34+
## Exercise Description [in Catalan]
35+
36+
Exercici per aprofundir en peticions HTTP (GET, POST, PUT DELETE). Projecte realitzat amb Spring i amb patró MVC aplicat.
37+
2438
### - Nivell 1 - (Rest API Spring)
2539

2640
Realització d'una Rest API per fer peticions HTTP amb un CRUD (Create, Read, Update, Delete) al complet. Per això s'ha implementat un patró d'arquitectura MVC amb repositori en memòria.

0 commit comments

Comments
 (0)