A web application consuming TMDB public API to display Top movies, combined with searching functionalities
- Clone or Download the repository
- Cd the repository, run
npm install
to install all node modules - Run
npm run dev
- In browser, go to
localhost:8080
This project is already configured to deploy on Heroku. For instructions, refer to Heroku Node.js Documentation