the-programmers-hangout / pastecord

Pastecord reimplementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pastecord reimplementation in Rust


Languages

Language:TypeScript 40.0%Language:Rust 38.6%Language:CSS 7.1%Language:HTML 5.7%Language:Dockerfile 5.1%Language:JavaScript 2.7%Language:Shell 0.7%