Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 695 Bytes

File metadata and controls

16 lines (13 loc) · 695 Bytes

AlmostProhibited - Backend

The bits and pieces that make up the backend of the crawling and API service, served up inside of a Rust workspace.

Getting Started

Make sure that you have Rust and cargo installed on your system. Do this by utilizing rustup which can be installed from https://rustup.rs/. You'll probably want git as well.

Afterwards, get started by cloning and performing a test build of the project:

git clone https://github.com/almostprohibited/backend.git
cd backend
cargo build

License

This project is licensed under AGPL-3.0. A copy of the license can be found under LICENSE.md.