kotonoha / server

server for kotonoha-srs
https://kotonoha.ws
9 stars 2 forks source link
japanese japanese-language langauge-learning scala spaced-repetition

Overview

Kotonoha is a yet another flashcard software for learning japanese words.

Unlike anki, it is specialized only for japanese and has focus on quick new word addition.

Dependencies

Local installation

$ sbt
> compile
> test
> jetty:start

Tests should pass cleanly.

After the test passses, navigate to http://localhost:8080.

When you create a server the admin account is created automatically. Default username/password is admin@(none) / admin, but you can change them or setup in a configuration file.