An open API service indexing awesome lists of open source software.

https://github.com/codeforreal1/local-first-desktop-app-rust

Cross platform desktop app with local-first architecture using Rust🦀 and Tauri
https://github.com/codeforreal1/local-first-desktop-app-rust

Last synced: 4 months ago
JSON representation

Cross platform desktop app with local-first architecture using Rust🦀 and Tauri

Awesome Lists containing this project

README

        

# Cross platform desktop app with local-first architecture.

### Tech:

- Next.js
- Tauri
- Sqlite
- SeaORM

### Building

This project uses `cargo-run-bin` to use `sea-orm-cli` to build from `Cargo.toml` instead of using it globally. This makes sure there's no any "It works on my machine" drama. So make sure to install `cargo-run-bin` globally:

```
cargo install cargo-run-bin
cargo bin --install
```

You can now use `cargo sea-orm-cli` for migrations and seed.