https://github.com/dashed/grokdb
RESTful flashcard application in rust
https://github.com/dashed/grokdb
Last synced: about 1 month ago
JSON representation
RESTful flashcard application in rust
- Host: GitHub
- URL: https://github.com/dashed/grokdb
- Owner: dashed
- Created: 2015-12-19T20:29:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T16:15:08.000Z (about 10 years ago)
- Last Synced: 2025-12-10T01:40:25.648Z (6 months ago)
- Language: JavaScript
- Homepage: http://grokdb.com
- Size: 464 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grokdb
======
RESTful flashcard application in rust. Does not come with a client (e.g. web UI).
development
===========
## general
Update crate dependencies using: https://github.com/kbknapp/cargo-outdated
## rusqlite
For OSX:
```sh
PKG_CONFIG_PATH=$(echo /usr/local/Cellar/sqlite/3.9.1/lib/pkgconfig/) cargo run
```
## development
During development, run: `cargo watch check |& dybuk`
- https://github.com/passcod/cargo-watch
- https://github.com/rsolomo/cargo-check
- https://github.com/Ticki/dybuk
### npm
`rm -rf node_modules/;npm install --no-bin-links`