This is a Rust only full stack application, with the backend written in Rust, a WebAssembly Rust front end (Yew), and even uses SurrealDB (written in Rust) for multimodel data storage.
docker-compose build.docker-compose up.
From frontend directory:
cargo install wasm-packandcargo install simple-http-serverfirst.make build.make copy.
From backend directory:
cargo build.cargo run.
- IDEA: Integrate with SurrealDB.
- ADD UNIT TESTS...