Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 2.16 KB

README.md

File metadata and controls

100 lines (76 loc) · 2.16 KB

Alkemy Challenge Disney API

Español
English Links que me ayudaron

Español

En este markdown documentaré todo con respecto a este ejercicio.

Dependencias:

  • MariaDB Driver
  • Spring Data JPA
  • Spring Web
  • Lombok
  • security
  • Mail Sender


Para hacer una búsqueda hay que colocar dentro de la url correspondiente el equivalente a

url:puerto/{tipo}?{filtro}={valor}
Ejemplo localhost:8080/characters?name=THOR El mail es enviado por gmail, fue testeado enviando a unos mails temporales.


English

In this markdown i will document everything of this exercise.

Dependencies:

  • MariaDB Driver
  • Spring Data JPA
  • Spring Web
  • Lombok
  • security
  • Mail Sender

For make a search you need to write in the url this format.

url:puerto/{tipo}?{filtro}={valor}

Example localhost:8080/characters?name=THOR

The email is sent by gmail, was tested sending to temporal mails.


Links

Videos/Páginas/Cursos que me ayudaron: