Website that uses Flask, Vue and WebTorrent so you can torrent stuff with your friends.
Currently in a somewhat broken state.
Python 3.9>
git clone https://github.com/Andeskjerf/Piraflix.git
cd Piraflix/server
python3.9 -m venv env
source env/bin/activate
pip install -r requirements.txt
npm install
npm run serve
npm run build
npm run lint