A Rust implementation of the Standard Notes Sync specification.
- Rust (nightly, until the Rocket.rs 0.5.0 release)
- Rocket.rs
- Diesel.rs
- PostgreSQL
- Clone the project
- Create a
.env
file (see .env.sample for an example) - Create the Standard Notes database using
diesel migration run
- Update Rocket.toml to use your local database's username and password
- Run the command
cargo run
- Start developing!
There are currently no tests, but there will be!