Skip to content

This Laravel web application is a movie watchlist manager that utilizes the TMDB API.

Notifications You must be signed in to change notification settings

denebaltairvega/moviemadness

Repository files navigation

Installation

  • Clone this repository
  • Run composer install
  • Run php artisan migrate
  • Run npm install
  • Copy .env.example to .env
  • Provide your TMDB API KEY
  • Run php artisan serve and npm run dev
  • Access the site at the specified address
  • Enjoy!

License

This is open-sourced software licensed under the MIT license.