Find the Perfect Movie with a Swipe!
- Receive match event via websocket
- Continues from the film that left off in the room
- Does not allow opening the same room in other browser tabs
- Routine for deleting unused rooms
- Clone the project
git clone https://github.com/luiz-moura/movie-match.git
- Install and start
make
- Start the queue
make queue
- Start the reverb (websocket)
make reverb
- Run npm-dev
make npm dev
Project listen in port http://localhost:80
Set your TMDB_TOKEN
in your .env
file. You can get an API key here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard.
- Github: @luiz-moura
- LinkedIn: @luiz-moura
Give a ⭐️ if this project helped you!