carte-client
v1.0.11
Published
something like dictionary, wiki, or information card
Readme
Carte
Something like dictionary, wiki, or information card.
Screenshot

You can try carte on sandbox. There is also a French-Japanese dictionary version.
Features
- Manage your data fragments with cards
- Create, edit and search cards quickly
- View your card with the cards around it (like paper dictionary)
- No user concept, super simple system like wiki
Japanese introduction is here.
Components
| Package Name | Description | |--------------|-------------| | carte-server | provides JSON API (document is here) | | carte-client | builds client side javascript |
Deploy
Heroku
Docker
$ docker build -t carte .
$ docker run --name mongo -d mongo
$ docker run --name carte --link mongo:mongo -p 80:80 -d carteAfter deployment, you may want to customize your carte.

