Skip to content

A very simple note-taking app built with an all-Rust stack: Leptos for the frontend and backend (Axum under the hood on the backend), and SurrealDB as the database.

License

Notifications You must be signed in to change notification settings

mgasil/DrawsNotes

 
 

Repository files navigation

DrawNotes

More details about the creation of this project can be found in this video.

A very simple note-taking app built with an all-Rust stack: Leptos for the frontend and backend (Axum under the hood on the backend), and SurrealDB as the database.

To run:

cargo leptos serve

To install:

  1. rustup target add wasm32-unknown-unknown
  2. rustup toolchain install nightly --allow-downgrade
  3. rustup default nightly - setup nightly as default, or you can use rust-toolchain file later on`
  4. cargo install cargo-leptos

To run:

surreal start memory -A

About

A very simple note-taking app built with an all-Rust stack: Leptos for the frontend and backend (Axum under the hood on the backend), and SurrealDB as the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.6%
  • TypeScript 6.4%
  • Other 1.0%