{"id":31177910,"url":"https://github.com/xskytech/koa-api","last_synced_at":"2026-04-18T19:32:26.043Z","repository":{"id":34926125,"uuid":"191026503","full_name":"xskytech/koa-api","owner":"xskytech","description":"Flexible Koa API","archived":false,"fork":false,"pushed_at":"2022-12-22T11:34:56.000Z","size":1574,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T00:49:37.473Z","etag":null,"topics":["api","boilerplate","koa","rest"],"latest_commit_sha":null,"homepage":null,"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/xskytech.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}},"created_at":"2019-06-09T15:58:16.000Z","updated_at":"2020-07-05T11:48:03.000Z","dependencies_parsed_at":"2023-01-15T10:34:48.864Z","dependency_job_id":null,"html_url":"https://github.com/xskytech/koa-api","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/xskytech/koa-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xskytech%2Fkoa-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xskytech%2Fkoa-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xskytech%2Fkoa-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xskytech%2Fkoa-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xskytech","download_url":"https://codeload.github.com/xskytech/koa-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xskytech%2Fkoa-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: 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":["api","boilerplate","koa","rest"],"created_at":"2025-09-19T14:39:32.662Z","updated_at":"2026-04-18T19:32:26.035Z","avatar_url":"https://github.com/xskytech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koa API\n\n## Flexible Koa API\n\n### Development\n\n```bash\ngit clone git@github.com:xskytech/koa-api.git\ncd koa-api\n```\n\n### Installation\n\n**npm version \u003e= 5.2.0**\n\n```bash\nnpx @xskytech/create-koa-api koa-api\n```\n\n**npm version \u003c 5.2.0**\n\n```bash\nnpm install --global @xskytech/create-koa-api\n@xskytech/create-koa-api koa-api\n```\n\n### Configuration\n\n**Change directory**\n\n```bash\ncd koa-api\n```\n\n**Copy .env.example to .env and change data**\n\n```bash\ncp .env.example .env\n```\n\n### Linting\n\n**Check lint issues**\n\n```bash\nnpm run lint\n```\n\n**Fix lint issues**\n\n```bash\nnpm run lint:fix\n```\n\n### Validate\n\n**Validate application**\n\n```bash\nnpm run validate\n```\n\n### Migrate\n\n**Create DB**\n\n```bash\nnpm run database:create\n```\n\n**Run migrations**\n\n```bash\nnpm run database:migrate:up\n```\n\n**Undo migrations**\n\n```bash\nnpm run database:migrate:down\n```\n\n**Run seeds**\n\n```bash\nnpm run database:seed:up\n```\n\n**Undo seeds**\n\n```bash\nnpm run database:seed:down\n```\n\n**Drop DB**\n\n```bash\nnpm run database:drop\n```\n\n### Run\n\n**Run in development**\n\n```bash\nnpm run develop\n```\n\n**Run in production**\n\n```bash\nnpm start\n```\n\n### License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxskytech%2Fkoa-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxskytech%2Fkoa-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxskytech%2Fkoa-api/lists"}