Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanesawyer/standardnotes-rs
A Rust implementation of the Standard Notes Sync specification.
https://github.com/lanesawyer/standardnotes-rs
api rocket rust standardnotes
Last synced: 23 days ago
JSON representation
A Rust implementation of the Standard Notes Sync specification.
- Host: GitHub
- URL: https://github.com/lanesawyer/standardnotes-rs
- Owner: lanesawyer
- License: agpl-3.0
- Created: 2020-08-04T03:51:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T13:03:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T08:45:54.683Z (9 months ago)
- Topics: api, rocket, rust, standardnotes
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# standardnotes-rs
A Rust implementation of the [Standard Notes Sync specification](https://docs.standardnotes.org/specification/sync/).
## Technologies
* Rust (nightly, until the Rocket.rs 0.5.0 release)
* Rocket.rs
* Diesel.rs
* PostgreSQL## Getting Started
1. Clone the project
2. Create a `.env` file (see .env.sample for an example)
3. Create the Standard Notes database using `diesel migration run`
4. Update Rocket.toml to use your local database's username and password
5. Run the command `cargo run`
6. Start developing!## Tests
There are currently no tests, but there will be!