Yet another torrent hosting site Torrentee combines a huge list of torrents with a fantastic user experience, especially if you’re looking for high-quality anime episodes or reading material.
Some of the stuff on Torrentee is difficult to find on other trackers, but you’re likely to find the most popular torrents here as well — there are over 4.8 million to choose from.
Currently hosted on Heroku
1️⃣ Client
2️⃣ Server
To get a local copy up and running follow these simple example steps.
1️⃣ Download the app or clone the repo:
#️⃣ git clone https://github.com/Iskren1990/torrent-app.git
#️⃣ git clone https://github.com/Iskren1990/Torrentee_API.git
Note: Port 3000 and 3001 should not be in use. To validate follow the instructions bellow.
To use local MongoDB change "DB_NAME", "DB_PASSWORD" and "DB_UNAME" located in "/config/.env".
2️⃣ install NPM packages
In the root folder of the client run:
:hash: `` npm start ``
By default the project uses port 3000 and 3001.
-
to check if it is free for use:
- In Windows open cmd and paste:
#️⃣
netstat -aon | find '3000'
#️⃣netstat -aon | find '3001'
- In Linux paste in the terminal:
#️⃣
sh sudo netstat -anp | grep ':3000'
#️⃣sh sudo netstat -anp | grep ':3001'
If the port is in use by other software you can change it by:
-
open " .env " file located in " config " folder.
-
change the value " PORT " variable.
PORT=xxxx
To start the server run:
:hash: `` npm run start-dev ``
After successful start you will see the URL on which you can access the app.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Open a issue with request.
:hash: `` Great thanks to Bugsnag team for the inspiration! ``