Skip to content

Carlos1397/Backend-Favs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend-Favs

npm install // npm run dev

How to submit your solution

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

1. Challenge

FAVS API with JS

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.

Usage

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. schemas

Authentication user /auth/local/login:

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.

sw image postfa .....

About

Api Favs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors