An open API service indexing awesome lists of open source software.

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

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`