Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 796 Bytes

MovieShow

A site that displays the latest movies and series and some information about them, such as actors and staff

Live Demo: http://movieshow.mohamed-elkased.com

Installation

  1. Clone the repository git clone https://github.com/hmada15/MovieShow.git MovieShow
  2. composer install
  3. Rename .env.example file to .env cp .env.example .env
  4. Set your TMDb_TOKEN in your .env file. You can get an API Read Access Token (v4 auth) here.
  5. (optionally) Set TMDb_URL in your .env file. You can get it from here. It will look something like that. https://api.themoviedb.org/3/
  6. php artisan key:generate
  7. php artisan serve
  8. Visit localhost:8000 in your browser