{"id":14989464,"url":"https://github.com/codeaholicguy/koajs-starter-kit","last_synced_at":"2025-10-05T01:27:07.595Z","repository":{"id":42107775,"uuid":"109000112","full_name":"codeaholicguy/koajs-starter-kit","owner":"codeaholicguy","description":"Simple starter kit for using KoaJS to build a web application written in ES7.","archived":false,"fork":false,"pushed_at":"2023-01-05T08:34:49.000Z","size":1325,"stargazers_count":6,"open_issues_count":17,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T09:23:06.083Z","etag":null,"topics":["es7","koajs","starter-kit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/codeaholicguy.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":"2017-10-31T13:32:43.000Z","updated_at":"2023-03-08T04:23:45.000Z","dependencies_parsed_at":"2023-02-03T20:46:32.890Z","dependency_job_id":null,"html_url":"https://github.com/codeaholicguy/koajs-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeaholicguy/koajs-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fkoajs-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fkoajs-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fkoajs-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fkoajs-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeaholicguy","download_url":"https://codeload.github.com/codeaholicguy/koajs-starter-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fkoajs-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399621,"owners_count":25980330,"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-04T02:00:05.491Z","response_time":63,"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":["es7","koajs","starter-kit"],"created_at":"2024-09-24T14:18:24.820Z","updated_at":"2025-10-05T01:27:07.578Z","avatar_url":"https://github.com/codeaholicguy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## KoaJS Starter Kit — \u003ca href=\"https://github.com/codeaholicguy/koajs-starter-kit/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/codeaholicguy/koajs-starter-kit.svg?style=social\u0026label=Star\u0026maxAge=3600\" height=\"20\"\u003e\u003c/a\u003e\n\nSimple starter kit for using KoaJS to build a web application written in ES7.\n\n## Getting Started\n\nJust clone and explore it!\n\n## Sample\n\n```js\n@controller('/sample')\nexport default class SampleController extends BaseController {\n  @get('/hello/:name')\n  async sayHello(ctx, next) {\n    ctx.body = `Hello ${ctx.params.name}`\n  }\n\n  @get('/goodbye')\n  async goodbye(ctx, next) {\n    ctx.status = HttpStatusCodes.OK\n  }\n}\n```\n\n## Commands\n\n```\nyarn start\n```\n\nStart your web application at `localhost:3000`. You can also specify the port by `PORT=8080 yarn start`.\n\n```\nyarn test\n```\n\nIf you want to run the test suite. I use Jest for testing.\n\n## License\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaholicguy%2Fkoajs-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeaholicguy%2Fkoajs-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaholicguy%2Fkoajs-starter-kit/lists"}