Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 711 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 711 Bytes

Themoviedb

Themoviedb - Movie and Web Series Search.

Usage

  • Themoviedb API
  • PHP for API proxy
  • Bulma CSS
  • Fetch API

Setup

  • Create a account from https://www.themoviedb.org
  • Generate API key from your account settings
  • create .env file and add themoviesdb API key
  • Done
APIKEY=xxxxxxxxxxxxxxxxxxxxxxxxx

Still it's on ⚠ WIP if you have any ideas your PR's are Welcome 😊

Note: Don't use this on Production server or any other online platforms use it locally and manage it via localhost server

# Localhost server using PHP

php -S localhost:6008
  • Now open your browser with the following URL
http://localhost:6008

LICENSE

MIT