Lets make your cliboard public :)
Project from ZTM Rust Course
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 :) ]