Git Product home page Git Product logo

torrust-index-backend's Introduction

Torrust Index Backend

This repository serves as the backend for the Torrust Index project, that implements the Torrust Index Application Interface.

We also provide the Torrust Index Frontend project, that is our reference web-application that consumes the API provided here.

Documentation

You can read the Torrust Index documentation here.

Installation

  1. Setup Rust / Cargo in your Environment.

  2. Clone this repo.

  3. Set the database connection URI in the projects /.env file:

    cd torrust-index-backend
    echo "DATABASE_URL=sqlite://data.db?mode=rwc" >> .env
  4. Install sqlx-cli and build the sqlite database:

    cargo install sqlx-cli
    sqlx db setup
  5. Build the binaries:

    cargo build --release
  6. Run the backend once to generate the config.toml file:

    ./target/release/torrust-index-backend
  7. Review and edit the default /config.toml file.

Please view the configuration documentation.

  1. Run the backend again:

    ./target/torrust-index-backend

Contact and Contributing

Please consider the Torrust Contribution Guide.

Please report issues:

  • Torrust Index Backend specifically: here.
  • Torrust Index in general: here.

Credits & Sponsors

This project was developed by Dutch Bits for Nautilus Cyberneering GmbH.

The project has been possible through the support and contribution of both Nautilus Cyberneering, its team and collaborators, as well as that of our great open source contributors. Thank you to you all!

torrust-index-backend's People

Contributors

aimless321 avatar cgbosse avatar da2ce7 avatar dependabot[bot] avatar josecelano avatar mickvandijke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.