{"id":18353652,"url":"https://github.com/taystack/find-words","last_synced_at":"2025-10-29T08:55:34.682Z","repository":{"id":196413529,"uuid":"696045177","full_name":"taystack/find-words","owner":"taystack","description":"Small, full stack application. Graph solution to every combination of letters of a word.","archived":false,"fork":false,"pushed_at":"2023-09-25T02:05:33.000Z","size":1722,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:55:24.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taystack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-25T00:53:27.000Z","updated_at":"2023-10-24T18:33:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"46384c1e-0806-4674-966a-57f810b28954","html_url":"https://github.com/taystack/find-words","commit_stats":null,"previous_names":["taystack/find-words"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taystack/find-words","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taystack%2Ffind-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taystack%2Ffind-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taystack%2Ffind-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taystack%2Ffind-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taystack","download_url":"https://codeload.github.com/taystack/find-words/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taystack%2Ffind-words/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281592576,"owners_count":26527518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-05T21:42:47.668Z","updated_at":"2025-10-29T08:55:34.657Z","avatar_url":"https://github.com/taystack.png","language":"TypeScript","readme":"# Word soup\n\nExample Typescript application using both a backend server and a frontend server with a common package for type consistency.\n\nThis project utilizes `yarn workspaces` to manage all typescript packages.\n\n## Installation\nEnsure you are on the correct version of `node`. You can do this by running `node -v` and comparing against the `.nvmrc`.\n\n```bash\nnode -v\ncat .nvmrc\n```\n\nIf you're running `nvm`, you can simply `nvm use`\n\n```bash\nnvm use\n# Now using node v18.18.0 (npm v9.8.1)\n```\n\nThis project uses yarn to install dependencies. From the `rootDir`\n```bash\nyarn\n```\nAfter running `yarn` a shared library will be built.\n\n## Running\n\nRun the entire suite.\n```bash\nyarn start\n```\nThis command will do 3 things with `--watch`:\n- Run a small React application on `localhost:3000`\n- Run a small express node server on `localhost:3001`\n- Build a small shared library.\n\nType a word into the large input and hit `Enter`. You will see the result of many combinations of the provided letters. Includes performance.\n\n## Testing\nA few tests are included with the shared library. Run all test suites with the test command.\n```bash\nyarn test\n```\n\nAlternatively, you can test each package in isolation.\n```bash\nyarn workspace frontend test\nyarn workspace @local/find-words test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaystack%2Ffind-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaystack%2Ffind-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaystack%2Ffind-words/lists"}