{"id":20657609,"url":"https://github.com/emilioriosvz/express-boilerplate","last_synced_at":"2025-08-21T01:10:26.639Z","repository":{"id":51865208,"uuid":"78885084","full_name":"emilioriosvz/express-boilerplate","owner":"emilioriosvz","description":"🚀 Starter project for a RESTful API in Node with Express \u0026 mongoose component-based","archived":false,"fork":false,"pushed_at":"2022-12-22T04:00:59.000Z","size":152,"stargazers_count":10,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T23:06:55.075Z","etag":null,"topics":["boilerplate","component-architecture","eslint","express","jwt-authentication","mongodb","mongoose","nodejs","rest-api","standard-js","template","yarn"],"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/emilioriosvz.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-01-13T20:42:47.000Z","updated_at":"2019-09-29T15:10:39.000Z","dependencies_parsed_at":"2023-01-30T05:31:32.669Z","dependency_job_id":null,"html_url":"https://github.com/emilioriosvz/express-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emilioriosvz/express-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilioriosvz%2Fexpress-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilioriosvz%2Fexpress-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilioriosvz%2Fexpress-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilioriosvz%2Fexpress-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilioriosvz","download_url":"https://codeload.github.com/emilioriosvz/express-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilioriosvz%2Fexpress-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271411215,"owners_count":24754883,"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-08-20T02:00:09.606Z","response_time":69,"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":["boilerplate","component-architecture","eslint","express","jwt-authentication","mongodb","mongoose","nodejs","rest-api","standard-js","template","yarn"],"created_at":"2024-11-16T18:21:50.129Z","updated_at":"2025-08-21T01:10:26.598Z","avatar_url":"https://github.com/emilioriosvz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express \u0026 mongoose REST API Boilerplate component based\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Code Climate](https://codeclimate.com/github/emilioriosvz/express-boilerplate/badges/gpa.svg)](https://codeclimate.com/github/emilioriosvz/express-boilerplate)\n[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n## Getting Started\nClone the repo:\n```sh\ngit clone git@github.com:emilioriosvz/express-boilerplate.git\ncd express-boilerplate\n```\n\nInstall yarn:\n```js\nnpm install -g yarn\n```\n\nInstall dependencies:\n```sh\nyarn\n```\n\n## Run the project in docker\nBuild the image:\n```sh\ndocker build -t \u003cyour username\u003e/express-boilerplate .\n```\n\nIf the image was created correctly, you can see it doing:\n```js\ndocker images\n```\n\nRun the image:\n```sh\ndocker run -p 3000:3000 -d --name express-boilerplate \u003cyour username\u003e/express-boilerplate\n```\n\n## Features\n\n* Authentication via JsonWebToken\n* Secure app via helmet\n* Uses [yarn](https://yarnpkg.com) instead of npm\n* Uses [StandardJS](https://github.com/feross/standard) as style guide\n* Promises via [Bluebird](http://bluebirdjs.com/docs/getting-started.html)\n* API parameter validation via [express-validation](https://github.com/ctavan/express-validator) using [Joi](https://github.com/hapijs/joi)\n\n## Todo list\n\nIf you like what you see, there are some tasks that would have to be done:\n\n* Add testing\n* Add code coverage\n* Add eslint\n* Add logger\n\n## Contributing\n\nContributions, questions and comments are all welcome.🤘\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilioriosvz%2Fexpress-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilioriosvz%2Fexpress-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilioriosvz%2Fexpress-boilerplate/lists"}