The website was made as part of the advanced web development course at Jönköping University. The project consists of two parts, backend and frontend. The front end is built in SvelteKit and uses Firebase Authentication for login via email address and Google. The frontend's data is fetched from the backend. The backend is built in NodeJS and ExpressJS which together form a REST API that the frontend uses to display dynamic data. All data is saved in a MariaDB database and where all retrieved data regarding films, series and actors is retrieved from The Movie Database API.