Trangar / zettelkasten

Rust implementation of https://en.wikipedia.org/wiki/Zettelkasten
MIT License
3 stars 1 forks source link

Prototype terminal frontend and sqlite backend #3

Closed VictorKoenders closed 2 years ago

VictorKoenders commented 2 years ago

Working:

TODO:

To run locally:

  1. Install cargo install sqlx-cli --features sqlite
    1. Optional: install cargo install just
  2. Run sqlx database setup --source data/sqlite/migrations
  3. Run with cargo run --features runtime-async-std,data-sqlite,front-terminal
    1. Optional: run just run_terminal instead