Skip to content

Iskren1990/torrent-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrentee

Alt

About The Project

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

Built With

1️⃣ Client

2️⃣ Server

Installation

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

Getting Started

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.

Usage

Alt

Alt

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Open a issue with request.

Acknowledgements

:hash: `` Great thanks to Bugsnag team for the inspiration! ``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published