Version: Release v4.0
https://github.com/brandongallagher1999/CrypTorrents---FastAPI/
http://cryptorrents.herokuapp.com/
- The website could currently be down to my Heroku Free-Tier running out of dyno hours. If this is the case, please run it using docker-compose.
- Accessing website may be slow initially due to the Docker Container spinning up.
- Brandon Gallagher
- Roles: Back-end / Front-End / Database
- Email: [email protected]
- Github Profile
- Front-End is built in React
- Back-End is built in FastAPI
- Uses ThePirateBay REST API to fetch torrent information based on a query, parses it, and displays the top 3 results sorted by Seeders, and displays them beside a relevant picture from the DuckDuckGo API.
- Download Docker for Desktop (https://www.docker.com/products/docker-desktop)
- Go into root folder and run
docker-compose build
docker-compose up -d
- Go into any browser, preferably Google Chrome
- In the URL bar, type "localhost:3000"
- Login page completed, working on having a profile page load stored user's content.