RESTful flashcard application in rust. Does not come with a client (e.g. web UI).
Update crate dependencies using: https://github.com/kbknapp/cargo-outdated
For OSX:
PKG_CONFIG_PATH=$(echo /usr/local/Cellar/sqlite/3.9.1/lib/pkgconfig/) cargo runDuring development, run: cargo watch check |& dybuk
- https://github.com/passcod/cargo-watch
- https://github.com/rsolomo/cargo-check
- https://github.com/Ticki/dybuk
rm -rf node_modules/;npm install --no-bin-links