Skip to content

the-programmers-hangout/pastecord

Repository files navigation

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