A simple web app allowing users to search on The Movie Database (TMDb) by using the api. For demonstration, I use my own lists by default.
This app is online under explore-tmdb.inpercima.net.
@angular/cli 21.2.3or higher
Is required if started locally and not with Docker.
Apache 2.4or higherphp 8.2or higher
docker 27.5.1or higher
node 24.14.0or higher in combination withnpm 11.9.0or higher orpnpm 10.32.0or higher, used in this repository
# clone project
git clone https://github.com/inpercima/explore-tmdb/
cd explore-tmdbFor the frontend check explore-tmdb - frontend.
For the backend check explore-tmdb - api.
For the docker check explore-tmdb - docker.