Skip to content

the-programmers-hangout/pastecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba03c21 · Mar 12, 2023

History

10 Commits
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023
Mar 12, 2023

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