https://github.com/backendt/cinephobia
A web community platform made with Spring Boot
https://github.com/backendt/cinephobia
Last synced: about 1 year ago
JSON representation
A web community platform made with Spring Boot
- Host: GitHub
- URL: https://github.com/backendt/cinephobia
- Owner: Backendt
- License: gpl-3.0
- Created: 2023-07-20T19:01:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T23:55:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T19:51:22.247Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 5.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cinéphobia
[](https://opensource.org/licenses/)
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.
## Screenshots



## Installation
First, clone the project to your machine
```bash
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](https://developer.themoviedb.org/docs/getting-started).
Finally, you can run the docker containers with:
```bash
docker compose up
```
Cinéphobia will be up on port 8080 !
## Credits
- [TMDB](https://www.themoviedb.org/)