Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 413 Bytes

The Movie DB Thing

Type the name of a movie to get a page with information about it.

Installation

git clone https://github.com/dprevite/themoviedbthing.git
cd themoviedbthing
composer install
npm install
npm run dev