A simple, fast and reliable torrent search engine built with Flutter and Golang to find and download torrents. This repository contains both the client and the server.
- Golang version 1.18.
- Flutter version ^3.0
- Clone the repository:
https://github.com/icodelifee/TorrentWebSearch.git
- Navigate to the Go server:
cd server/ - Install the Go dependencies:
go get - Run the Go server:
go run main.go
-
Install the Flutter dependencies:
flutter pub get -
Edit
lib/config.dartand add the API url... const apiURL = '<YOUR-SERVER-URL>'; ...
-
Run the Flutter app:
flutter run
- Open the Flutter app on your browser
- Enter a search query in the search bar
- Browse through the results and click on a torrent to download
We welcome contributions to this repository. If you have any suggestions or bug reports, feel free to open an issue or create a pull request.