preview.mp4
- Send messages / control client via a user interface on the web
cargo leptos watch
you will need cargo leptos to run this project
cargo install cargo-leptos
- Rust
- Axum
- Leptos
- Postgres
- improve ui
- improve flow of the site (auto redirects etc.)
- implement e2ee
- switch to ssr instead of csr
Use this in your existing postgres database
CREATE table usertable(
username text,
password text,
key text,
auth text
);
Please create a .docker.env file and paste the following line. This is the connection string for the pg database.
DATABASE_URL=postgresql://myuser:yourpass@localhost:6000/mydb