こえ(Koe / Voice) + おぼえる(Oboeru / Memorize)
App generating flashcards with your voice
You find a demo here:
- node => v9.5.0
- yarn
- PostgreSQL => v10.3
- Generate a free Google Cloud Translation API
- Put the API key into process.env.GoogleCloudTranslationApiKey
Run the following command to install the dependencies.
$ yarn install
$ echo "CREATE DATABASE kovoel" | psql
$ yarn migrate
$ yarn seed
Run the folloing command to start the client-side application.
$ yarn hack
Run the folloing command to start the client-side application.
$ yarn start
=> You'll see the app on http://localhost:3000!