A Movie streaming webapp using bittorent protocol
Tired to pay a subscription for netflix, amazon prime, OBS, Disney+ etc..? Here you can just enjoy your movie
without wasting time searching which platform are the movie you want to watch :)
- docker with docker compose installed
- .env file for both backend and frontend folder (you can find a sample in .env.example)
- A vpn (required by our torrent fetching engine)
When you have all the requirements just run
docker compose up --build
then navigate to localhost:8080 and enjoy your movie !
- React
- Tailwind
- Django Rest Framework
- Expressjs
- PostgreSQL
git clone https://github.com/jurichar/Ultratube
cd Ultratube
docker compose --build
If you'd like to contribute, please fork the repository and open a pull request to the main
branch.