-
GET /users
-
(AUTH) GET /user/:id
-
GET /films
-
(AUTH) POST /film/add
-
(AUTH) POST /film/vote
-
(AUTH) POST /film/unvote
-
POST /login
-
GET /apikeys
`https://api.themoviedb.org/3/search/movie?api_key=${ apikey }&query=${ query }`
`https://api.themoviedb.org/3/movie/${ id }?api_key=${ apikey }`
`http://image.tmdb.org/t/p/w${ imageWidth }/${ imagePath }`
- Da json a lista in html nel mainpage
- login effettivo
- dalla pagina newFilm fare il layout effettivo delle cose e poter aggiungere film
- logout (?)
- in /addfilm aggiungere il codice per aggiungere i film quando si preme il bottone
- nella home aggiungere il modo di votare i film se l'utente è loggato
- aggiungere tutti i film in films.txt
- scrivere uno script o qlcs del genere per fare ciò