{"id":14981888,"url":"https://github.com/renanrboliveira/node-api-boilerplate","last_synced_at":"2026-02-23T15:02:24.277Z","repository":{"id":143186111,"uuid":"103348554","full_name":"renanrboliveira/node-api-boilerplate","owner":"renanrboliveira","description":"Node API Boilerplate","archived":false,"fork":false,"pushed_at":"2021-03-03T18:33:38.000Z","size":2773,"stargazers_count":2,"open_issues_count":37,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T19:33:16.200Z","etag":null,"topics":["babeljs","es6","mongodb","node"],"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/renanrboliveira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2017-09-13T03:26:10.000Z","updated_at":"2023-03-05T07:29:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"e34debc6-331b-47eb-8550-8cba1b4ba1cb","html_url":"https://github.com/renanrboliveira/node-api-boilerplate","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.48888888888888893","last_synced_commit":"fbf2ed930b9df8fe4aab0f64f371b2e0bad200f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renanrboliveira/node-api-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanrboliveira%2Fnode-api-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanrboliveira%2Fnode-api-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanrboliveira%2Fnode-api-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanrboliveira%2Fnode-api-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renanrboliveira","download_url":"https://codeload.github.com/renanrboliveira/node-api-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanrboliveira%2Fnode-api-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29746499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["babeljs","es6","mongodb","node"],"created_at":"2024-09-24T14:04:26.558Z","updated_at":"2026-02-23T15:02:24.254Z","avatar_url":"https://github.com/renanrboliveira.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node API Boilerplate\n\n[![Build Status](https://travis-ci.org/renanol/node-api-boilerplate.svg?branch=master)](https://travis-ci.org/renanol/node-api-boilerplate)\n[![Coverage Status](https://coveralls.io/repos/github/renanol/node-api-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/renanol/node-api-boilerplate?branch=master)\n[![Greenkeeper badge](https://badges.greenkeeper.io/renanol/node-api-boilerplate.svg)](https://greenkeeper.io/)\n\n\n## Getting Started\n\nClone the repo and make it yours:\n\n```bash\ngit clone --depth 1 https://github.com/renanol/node-api-boilerplate \u0026\u0026 cd node-api-boilerplate\nrm -rf .git\n```\n\nInstall dependencies:\n\n```bash\nyarn\n```\n\nSet environment variables:\n\n```bash\ncp .env.example .env\n```\n\n## Running Locally\n\n```bash\nyarn dev\n```\n\n## Running in Production\n\n```bash\nyarn start\n```\n\n## Lint\n\n```bash\n# lint code with ESLint\nyarn lint\n\n# try to fix ESLint errors\nyarn lint:fix\n\n# lint and watch for changes\nyarn lint:watch\n```\n\n## Test\n\n```bash\n# run all tests with Mocha\nyarn test\n\n# run unit tests\nyarn test:unit\n\n# run integration tests\nyarn test:integration\n\n# run all tests and watch for changes\nyarn test:watch\n\n# open nyc test coverage reports\nyarn coverage\n```\n\n## Validate\n\n```bash\n# run lint and tests\nyarn validate\n```\n\n## Logs\n\n```bash\n# show logs in production\npm2 logs\n```\n\n## Documentation\n\n```bash\n# generate and open api documentation\nyarn docs\n```\n\n## Inspirations\n\n - [danielfsousa/express-mongoose-es6-rest-api](https://github.com/danielfsousa/express-rest-es2017-boilerplate)\n\n## License\n\n[MIT License](README.md) - [Renan Oliveira](https://github.com/renanol)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanrboliveira%2Fnode-api-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenanrboliveira%2Fnode-api-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanrboliveira%2Fnode-api-boilerplate/lists"}