Rust reimplementation of Pastecord.
Install sqlx-cli
cargo install sqlx-cli
Bring up the database:
docker compose up -d
Create database and run the migrations:
sqlx db create
sqlx migrate run
Start the application:
cargo build --release && ./target/release/pastecord