{"id":19368833,"url":"https://github.com/mlezcano1985/node-koa-boilerplate","last_synced_at":"2026-06-08T23:02:50.446Z","repository":{"id":98193963,"uuid":"358010450","full_name":"mlezcano1985/node-koa-boilerplate","owner":"mlezcano1985","description":"Base REST API application using NodeJS and Koa.","archived":false,"fork":false,"pushed_at":"2021-04-14T19:19:37.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:46.752Z","etag":null,"topics":[],"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/mlezcano1985.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":"2021-04-14T18:51:28.000Z","updated_at":"2021-04-14T19:19:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"d895f35f-5ef5-4e7b-b0c3-f5eeb71d913b","html_url":"https://github.com/mlezcano1985/node-koa-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlezcano1985/node-koa-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlezcano1985%2Fnode-koa-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlezcano1985%2Fnode-koa-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlezcano1985%2Fnode-koa-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlezcano1985%2Fnode-koa-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlezcano1985","download_url":"https://codeload.github.com/mlezcano1985/node-koa-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlezcano1985%2Fnode-koa-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34083848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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-10T08:08:56.849Z","updated_at":"2026-06-08T23:02:50.430Z","avatar_url":"https://github.com/mlezcano1985.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NODE-KOA-BOILERPLATE\n\nBase REST API application using NodeJS and Koa.\n\n## Dependencies:\n\n-   [NodeJS](https://nodejs.org/es/download/).\n-   [Git](https://git-scm.com/downloads).\n-   [Visual Studio Code](https://code.visualstudio.com/download) (Recommended)\n\n## Features\n\n-   ESM syntax supported thanks to [esm](https://github.com/standard-things/esm).\n-   Logging using [Winston](https://github.com/winstonjs/winston).\n-   Unit Test with [Jest](https://github.com/facebook/jest) testing framework.\n-   Lint rules with [ESLint](https://eslint.org/).\n-   Code format rules with [Prettier](https://prettier.io/).\n-   Send HTTP request and view the response in Visual Studio Code directly with [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).\n\n## Husky Integration\n\nProject include [Husky](https://typicode.github.io/husky/#/) package. If you want to use it, please refer to the [installation page](https://typicode.github.io/husky/#/?id=install).\n\n## Visual Studio Code Integration\n\nIn case to use Visual Studio Code as your code editor, it is recommended to install the following extensions:\n\n-   [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n-   [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n-   [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)\n\n### Debug\n\nProject has debug configuration in `launch.json` file :grin:\n\n## Environment variables\n\nCreate in the `src / server / environment /` folder, a file called `secrets.js`. You must define all your environment variables within this file. It is important to define at least these three variables.\n\n```js\nexport default {\n    APP_NAME: \"Koa-API\",\n    PORT: \"1234\",\n    NODE_ENV: \"development\",\n};\n```\n\n## What's next?\n\n-   Docker integration.\n-   JWT authorization.\n-   Error classes.\n\n## Support?\n\nSomething missing? Is there a problem? Let me know! Feel free to contact me on [Twitter](https://twitter.com/mlezcano1985).\n\nIf you think you've encountered a problem, please report it using the [GitHub issue tracker](https://github.com/mlezcano1985/node-koa-boilerplate/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlezcano1985%2Fnode-koa-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlezcano1985%2Fnode-koa-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlezcano1985%2Fnode-koa-boilerplate/lists"}