live-torrent-backend
v1.7.0
Published
the backend server for the live-torrent project
Downloads
34
Maintainers
Readme
live-torrent-backend
This project is the backend server of The Live Torrent project.
Quick Guide
You can host on Heroku using Heroku Deploy Button
Or cloning and run locally
# clone repo
git clone https://github.com/Davenchy/live-torrent-backend.git
# open the project directory
cd live-torrent-backend
# install dependencies
npm install
# run the server
npm start
- Install as a global package using npm
npm install -g live-torrent-backend
- Docker Container
Docker Repo: davenchy/live-torrent-backend
For more details check the documentation