{"id":21096288,"url":"https://github.com/imamachi-n/phrast","last_synced_at":"2026-04-13T12:01:20.269Z","repository":{"id":68754316,"uuid":"220891554","full_name":"Imamachi-n/Phrast","owner":"Imamachi-n","description":"Phrast: The training app for English speaking","archived":false,"fork":false,"pushed_at":"2019-11-13T03:15:21.000Z","size":12612,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T10:42:11.867Z","etag":null,"topics":["heroku","knex","postgresql","vue-router","vuejs","vuetify","vuex"],"latest_commit_sha":null,"homepage":"https://english-speak-training.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Imamachi-n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-11T03:13:23.000Z","updated_at":"2020-01-07T06:58:25.000Z","dependencies_parsed_at":"2023-04-12T05:46:32.918Z","dependency_job_id":null,"html_url":"https://github.com/Imamachi-n/Phrast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Imamachi-n/Phrast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2FPhrast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2FPhrast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2FPhrast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2FPhrast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Imamachi-n","download_url":"https://codeload.github.com/Imamachi-n/Phrast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2FPhrast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heroku","knex","postgresql","vue-router","vuejs","vuetify","vuex"],"created_at":"2024-11-19T22:34:43.356Z","updated_at":"2026-04-13T12:01:20.250Z","avatar_url":"https://github.com/Imamachi-n.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phrast: The training app for English\n\n**This was created during my time as a student at [Code Chrysalis](https://www.codechrysalis.io/).**\n\nPhrast is the training app for English for non-native speaker.\n\n## Heroku sample app\n\n[Phrast: The training app of English Speaking](https://english-speak-training.herokuapp.com/)\n\n## Architecture\n\n![architecture](./img/technology.png)\n\n## Database Schema\n\n![database](./img/database_schema.png)\n\n## Setup environment\n\n### 1. PostgreSQL Database\n\nYou will need postgres installed. If you haven't installed it already, download and install the [PostgresApp](https://postgresapp.com/) and verify its working by running the command `psql` in your terminal.\n\nCreate a database for this project by running:\n\n```bash\necho \"CREATE DATABASE engl | psql\n```\n\n#### Database migration \u0026 Data importing\n\n```bash\nyarn db:setup\n```\n\n### 2. Starting REST API server\n\n```bash\nyarn dev\n```\n\n### 3. Starting Front-end server\n\n```bash\nyarn serve\n```\n\n### Where are English words from?\n\n#### 1. Basic Mode: The Longman Defining Vocabulary\n\nThis is the set of words which the Longman English Dictionary uses to express all its definitions.\n\n[The Longman Defining Vocabulary](http://www2.cmp.uea.ac.uk/~jrk/conlang.dir/LongmanVocab.html)\n\n#### 2. Hell Mode: WordsAPI\n\nAn API for the English Language. WordsAPI includes the definitions for more than 150,000 words. WordsAPI is provided via [Rakuten RapidAPI](https://rapidapi.com/).\n\n[WordsAPI](https://www.wordsapi.com/)\n\n## Project Status\n\nView our responsive webapp @ [https://english-speak-training.herokuapp.com/](https://english-speak-training.herokuapp.com/). This project is currently in development.\n\n**Current Features:**\n\n- Randomly show an English word and create sentences using this word.\n- Repeat the above process 3-10 times and finished.\n- There is a time limit (ex. 60sec) until users finish to create sentences.\n- There is two kind of level: Basic Mode uses about 2000 words from The Longman Defining Vocabulary. Hell Mode uses about more then 150,000 words from WordsAPI.\n- Users can review what kind of sentences users create before.\n- Users can also check English Grammer for each sentence (by using GrammerBot API which is a Grammer Check API).\n\n**Future Features:**\n\n- Migrate into AWS\n\n### New Architecture Image\n\n![new_arc](./img/new_architecture_image.png)\n\n## Screen Shot\n\n![image1](./img/image1.png)\n\n![image2](./img/image2.png)\n\n![image3](./img/image3.png)\n\n![image4](./img/image4.png)\n\n![image5](./img/image5.png)\n\n![image6](./img/image6.png)\n\n## license\n\nCopyright (c) 2019- Naoto Imamachi licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamachi-n%2Fphrast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimamachi-n%2Fphrast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamachi-n%2Fphrast/lists"}