Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llanosrocas/co-star-finder

Search for movies based on actor combinations
https://github.com/llanosrocas/co-star-finder

co-stars movies preact supabase typescript

Last synced: 3 days ago
JSON representation

Search for movies based on actor combinations

Awesome Lists containing this project

README

        

# Co-Star Finder

Search for movies based on actor combinations.

## Data

The database was created using open data from open-source datasets:

1. [The Movies Dataset](https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset)
2. [MovieLens](https://grouplens.org/datasets/movielens/)
3. [TMDB](https://www.themoviedb.org/)
4. [IMDB](https://www.imdb.com/)

## Tech Stack

- [Preact (with signals)](https://preactjs.com/)
- [MantineUI](https://mantine.dev/)
- [Supabase (PostgreSQL)](https://supabase.com/)