Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 550 Bytes

Clipstash 📋

Lets make your cliboard public :)

Project from ZTM Rust Course

Setup 👷‍♂️

You need rust installed in your system

Make sure you have cargo in your path

$ cargo install sqlx-cli
$ sqlx database setup
# run server
$ cargo run --bin httpd
# access website on http://localhost:8000

# run API client (cli)
$ cargo run --bin clipclient
# pass arguments by `cargo run --bin clipclient -- {args}`

WIP [ please don't run :) ]