Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendt/cinephobia
Cinéphobia Website made with Spring Boot
https://github.com/backendt/cinephobia
Last synced: about 2 months ago
JSON representation
Cinéphobia Website 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T23:55:42.000Z (7 months ago)
- Last Synced: 2024-11-05T11:15:55.485Z (3 months ago)
- Language: Java
- 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
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](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
![Medias page preview](https://raw.githubusercontent.com/Backendt/Cinephobia/main/images/media_cinephobia.png)
![Media page preview](https://raw.githubusercontent.com/Backendt/Cinephobia/main/images/movie_cinephobia.png)
![Phone medias page preview](https://raw.githubusercontent.com/Backendt/Cinephobia/main/images/phone_preview.png)## 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/)