This is the RestAPI that handles all the logic for https://feathermc.org, the api is located at https://api.feathermc.org.
First install the sqlx cli
cargo install sqlx-cli
cargo sqlx database reset
cargo sqlx migrate add
cargo sqlx migrate run
cargo run