| Route | HTTP Verb | Description |
|---|---|---|
| /api/favs | GET | Get all list of favorites |
| /api/favs | POST | Creates a new list of favorites |
| /api/favs/:id | GET | Get a single list of favorites |
| /api/favs/:id | DELETE | Deletes a list of favorites |
| /auth/local/login | POST | Login user by email/password |
Favs is a new company that aims to provide a better way to organize your favorite things: music, clothes, courses, etc., all in one place.
The use of endpoints is very simple, previously you could see a table of endpoints that you can call, if you need to create a user or log in, here we have some examples.

JSON Web Token (JWT) es un estándar abierto ( RFC 7519 ) que define una forma compacta y autónoma de transmitir información de forma segura entre las partes como un objeto JSON.


