{"id":13475199,"url":"https://github.com/developit/express-es6-rest-api","last_synced_at":"2025-05-14T16:14:23.414Z","repository":{"id":29210283,"uuid":"32741778","full_name":"developit/express-es6-rest-api","owner":"developit","description":":battery: Starter project for an ES6 RESTful Express API.","archived":false,"fork":false,"pushed_at":"2023-03-25T08:26:54.000Z","size":23,"stargazers_count":2458,"open_issues_count":23,"forks_count":550,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-04-05T19:08:18.384Z","etag":null,"topics":["api","boilerplate","cors","es2015","es6","express","javascript","mongoose"],"latest_commit_sha":null,"homepage":"http://git.io/express-es6-rest-api","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/developit.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}},"created_at":"2015-03-23T15:43:27.000Z","updated_at":"2025-04-03T11:20:35.000Z","dependencies_parsed_at":"2022-08-17T20:00:20.597Z","dependency_job_id":"729d461d-94b5-4305-aa1c-74ab7e647a6e","html_url":"https://github.com/developit/express-es6-rest-api","commit_stats":{"total_commits":26,"total_committers":13,"mean_commits":2.0,"dds":0.7307692307692308,"last_synced_commit":"9b8c005a38a0de820eac7e319e81b4318c320630"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fexpress-es6-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fexpress-es6-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fexpress-es6-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developit%2Fexpress-es6-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developit","download_url":"https://codeload.github.com/developit/express-es6-rest-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631670,"owners_count":21136554,"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","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","cors","es2015","es6","express","javascript","mongoose"],"created_at":"2024-07-31T16:01:18.209Z","updated_at":"2025-04-12T20:40:24.452Z","avatar_url":"https://github.com/developit.png","language":"JavaScript","readme":"Express \u0026 ES6 REST API Boilerplate\n==================================\n\nThis is a straightforward boilerplate for building REST APIs with ES6 and Express.\n\n- ES6 support via [babel](https://babeljs.io)\n- REST resources as middleware via [resource-router-middleware](https://github.com/developit/resource-router-middleware)\n- CORS support via [cors](https://github.com/troygoode/node-cors)\n- Body Parsing via [body-parser](https://github.com/expressjs/body-parser)\n\n\u003e Tip: If you are using [Mongoose](https://github.com/Automattic/mongoose), you can automatically expose your Models as REST resources using [restful-mongoose](https://git.io/restful-mongoose).\n\n\n\nGetting Started\n---------------\n\n```sh\n# clone it\ngit clone git@github.com:developit/express-es6-rest-api.git\ncd express-es6-rest-api\n\n# Make it your own\nrm -rf .git \u0026\u0026 git init \u0026\u0026 npm init\n\n# Install dependencies\nnpm install\n\n# Start development live-reload server\nPORT=8080 npm run dev\n\n# Start production server:\nPORT=8080 npm start\n```\nDocker Support\n------\n```sh\ncd express-es6-rest-api\n\n# Build your docker\ndocker build -t es6/api-service .\n#            ^      ^           ^\n#          tag  tag name      Dockerfile location\n\n# run your docker\ndocker run -p 8080:8080 es6/api-service\n#                 ^            ^\n#          bind the port    container tag\n#          to your host\n#          machine port   \n\n```\n\nLicense\n-------\n\nMIT\n","funding_links":[],"categories":["JavaScript","Super Awesome Pokedex"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopit%2Fexpress-es6-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopit%2Fexpress-es6-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopit%2Fexpress-es6-rest-api/lists"}