Skip to content

The potatosync api, but in rust with some added features for the v2 release

Notifications You must be signed in to change notification settings

broodroosterdev/potatosync-notes

 
 

Repository files navigation

potatosync-notes

Api that handles syncing of the PotatoSync app, written in rust.

Backstory

This api is going to replace the previous sync api.

How to install

Prerequisites

  • Latest Rust Nightly
  • Cargo installed

Steps

  • Install Postgres client dependencies
apt install libpq
  • Install Diesel CLI
cargo install diesel_cli --no-default-features --features postgres
  • Create tables
  diesel migration run
  • Build and run
cargo run --debug for debug build, --release for release build (Faster)

About

The potatosync api, but in rust with some added features for the v2 release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published