edgemony-coding-bootcamp / project-salvatore-a

https://edgemony-coding-bootcamp.github.io/project-salvatore-a/
MIT License
1 stars 3 forks source link

EDGEMONY FINAL PROJECT - TEAM A

Organizzazione

Strumenti

Backend

L'endpoint di backend è:

https://edgemony-backend.herokuapp.com/series/

i dati esposti seguono questo schema:

{
  "id": number,
  "title": string,
  "seasons": number,
  "poster": string,
  "year": number,
  "description": string,
  "genres": string[],
  "new": boolean,
  "favorite": boolean,
  "rating": number,
  "users": number[],
  "cast": string[]
}

L'utilizzo degli endpoint con autenticazione è documento nel relativo repository.

NB: su richiesta è possibile modificare lo schema per aggiungere nuovi dati.

Repository

Obiettivo