Skip to content

annevanderaar/Anegy-backend-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Anegy

Custom badge Custom badge

With Anegy you can discover all the movies and series. It makes use of the TMDB API.

Features

  • A search bar that searches for movies, series and people.
  • A filter that filters on Discover, Trending, Popular, Top Rated, Playing and Upcoming.
  • In Discover you can also filter on genres.
  • Show movies (with score and with hover that has a short overview).
  • An account feature where you can add your favorites and cross of what you have watched.
  • Detailpage with details of cast and crew, trailers and other videos and information about the movie of serie.

Config file

Make an Config.php in Library map.

<?php
$API_KEY = "";
$BASE_URL = "https://api.themoviedb.org/3";

header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, POST, PATCH, PUT, DELETE, OPTIONS');
header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token');

About

Made with Vuetify + PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages