Crates.io | torrust-index-backend |
lib.rs | torrust-index-backend |
version | 2.0.0-alpha.3 |
source | src |
created_at | 2023-05-16 15:39:48.391363 |
updated_at | 2023-07-10 16:23:42.743096 |
description | The backend (API) for the Torrust Index project. |
homepage | |
repository | https://github.com/torrust/torrust-index-backend |
max_upload_size | |
id | 866174 |
size | 1,043,973 |
This repository serves as the backend for the Torrust Index project, which implements the Torrust Index Application Interface.
We also provide the Torrust Index Frontend project, which is our reference web application that consumes the API provided here.
Requirements:
1.68
You can follow the documentation to install and use Torrust Index Backend in different ways, but if you want to give it a quick try, you can use the following commands:
git clone https://github.com/torrust/torrust-index-backend.git \
&& cd torrust-index-backend \
&& cargo build --release
And then run cargo run
twice. The first time to generate the config.toml
file and the second time to run the backend with the default configuration.
After running the tracker the API will be available at http://localhost:3001.
The technical documentation is available at docs.rs.
We welcome contributions from the community!
How can you contribute?
The project is licensed under a dual license. See COPYRIGHT.
This project was a joint effort by Nautilus Cyberneering GmbH, Dutch Bits and collaborators. Thank you to you all!