Skip to content

maikhang/movie-app

Repository files navigation

Movie App

Movie App Websing using Laravel 8 & TMDB API

Live Demo

Link: https://movie-app-mhkhang.herokuapp.com/

alt text

Usage

  1. Clone this repo with CMD: git clone https://github.com/maikhang/movie-app.git
  2. Install packages needed with CMD: cd movie app composer require
  3. Copy .env.example to .env:
  4. Change TMDB_TOKEN in your .env file to your API Token. You can get an API key here.
  5. Create app key with CMD: php artisan key:generate
  6. Start Laravel Server with CMD: php artisan serve
  7. Acess http://127.0.0.1:8000/ and enjoy !