Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 298 Bytes

Filmatic

Laravel movie app with tailwindcss & tmdb api

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. Set your TMDB_TOKEN in your .env file. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard.