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
- Host: GitHub
- URL: https://github.com/codeforreal1/local-first-desktop-app-rust
- Owner: codeforreal1
- Created: 2024-06-05T17:31:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:46:19.000Z (about 1 year ago)
- Last Synced: 2024-06-06T20:34:55.166Z (about 1 year ago)
- Language: TypeScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.