Cinéphobia is a web application that helps users identify media containing specific phobia triggers. By leveraging community contributions, it offers detailed warnings about phobias in movies, TV shows, and more.
Cinéphobia makes media consumption safer and more enjoyable by helping people avoid unwanted triggers.
First, clone the project to your machine
git clone https://github.com/Backendt/Cinephobia.git
Then, go to the project directory and fill the .env
file.
Make sure to set a valid TMDB API key to TMDB_JWT=
.
You can follow the instructions here.
Finally, you can run the docker containers with:
docker compose up
Cinéphobia will be up on port 8080 !