Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 359 Bytes

Pastecord

Rust reimplementation of Pastecord.

Getting started

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