{"id":16795031,"url":"https://github.com/kingzez/search-engine-xls","last_synced_at":"2026-04-18T09:34:43.986Z","repository":{"id":38201095,"uuid":"247117354","full_name":"kingzez/search-engine-xls","owner":"kingzez","description":"Nuxtjs fullstack application with koa、redis、docker | a toy 🤪","archived":false,"fork":false,"pushed_at":"2022-12-12T05:15:56.000Z","size":4046,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T12:46:22.023Z","etag":null,"topics":["docker","koa","nuxtjs","redis","xlsx"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/kingzez.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}},"created_at":"2020-03-13T16:40:10.000Z","updated_at":"2021-05-14T05:54:58.000Z","dependencies_parsed_at":"2023-01-27T14:01:35.223Z","dependency_job_id":null,"html_url":"https://github.com/kingzez/search-engine-xls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fsearch-engine-xls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fsearch-engine-xls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fsearch-engine-xls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fsearch-engine-xls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingzez","download_url":"https://codeload.github.com/kingzez/search-engine-xls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965780,"owners_count":20375917,"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","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":["docker","koa","nuxtjs","redis","xlsx"],"created_at":"2024-10-13T09:15:13.343Z","updated_at":"2026-04-18T09:34:38.949Z","avatar_url":"https://github.com/kingzez.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search Engine XLS\n\n\u003e search data from xls without db\n\n## Feature\n\n- 📃search from xls file without db\n- ⚡speed up search with redis\n- 📱support dark mode\n- 🤟ssr with nuxt\n- 🚀bff with koa\n- 📦deploy with docker\n\n## Build Setup\n\n``` bash\n# install dependencies\nyarn install\n\n# serve with hot reload at localhost:3000\nyarn dev\n\n# build for production and launch server\nyarn build\nyarn start\n\n# generate static project\nyarn generate\n```\n\n## Docker Deploy\n\n### Prepare\n```bash\n# create docker bridge network\ndocker network create app-net\n\n# pull redis image\ndocker pull redis\n\n# run redis\ndocker run -d --name redis --network app-net --restart always redis\n\n# pull image\ndocker pull ccr.ccs.tencentyun.com/nuxt/search-engine-xls:1.1.1\n\n# run app\ndocker run -d --name search-app --network app-net --link redis:redis -p 3000:3000 --restart always cr.ccs.tencentyun.com/nuxt/search-engine-xls:1.1.1\n\n# check server whether started\ndocker logs -f search-app\n```\n\n### Build docker image\n```bash\n# build for production and docker image\nmake build\n\n# push docker image\nmake push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingzez%2Fsearch-engine-xls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingzez%2Fsearch-engine-xls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingzez%2Fsearch-engine-xls/lists"}