$ install ruby(2.5.*) and rails(5.*)
-
Install required Gems
$ cd remembro && bundle install
-
create database.yml
$ cp config/database.yml.example config/database.yml
-
Create and migrate database.
$ rails db:create && rails db:migrate $ rails s
- Authentication
- Editable records
- Key bindings for creatiion and aphabet change
- Given a word, a meaning is to be inputed by user. Machine will predict if the meaning is correct or not with certain confidense level that would be fed back to user.
- A timed, continuous word predicing game