Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 346 Bytes

Movies WatchList

API and frontend App, write with Cakephp 3.5, to create a personal movies list

Installation

  • Run composer install
  • Rename /config/app.default.php in app.php and set database configuration.
  • Run bin/cake migrations migrate to popolate db
  • Finally, in app.php add your personal themoviedb_api_key

Enjoy!