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.
This project was generated with swaaplate version 2.5.3.
@angular/cli 19.1.8
or higher
Is required if started locally and not with Docker.
Apache 2.4
or higherphp 8.2
or higher
docker 27.5.1
or higher
node 22.14.0
or higher in combination withnpm 10.9.2
or higher orpnpm 10.4.1
or higher, used in this repository
# clone project
git clone https://github.com/inpercima/explore-tmdb/
cd explore-tmdb
For the frontend check explore-tmdb - frontend.
For the backend check explore-tmdb - api.
For the docker check explore-tmdb - docker.