This project is the backend server of The Live Torrent project.
-
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