First, You will need to provide an API key from TMDB and add it as an env variable:
TMDB_API_KEY
Then you can run the server with:
npm run dev
# or
yarn dev
This app was develop for a challenge with the following features:
- Show a list of suggested popular movies on start.
- Show details about an specific movie.
- Search for a movie.
- Filter movies by rating starting from 0-2, 2-4, and so on.
Any feedback to improve this project are welcome!
Want to see this project running?, go to Movies App Site