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 :) ]