{"id":21946799,"url":"https://github.com/dennislo/express-rest-api","last_synced_at":"2026-04-04T20:32:56.868Z","repository":{"id":84602061,"uuid":"120659540","full_name":"dennislo/express-rest-api","owner":"dennislo","description":"Starter project for an ES6 RESTful Express API.","archived":false,"fork":false,"pushed_at":"2018-02-11T18:35:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T01:44:47.352Z","etag":null,"topics":["api","boilerplate","cors","es6","express","javascript"],"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/dennislo.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},"funding":{"github":"dennislo"}},"created_at":"2018-02-07T19:13:00.000Z","updated_at":"2018-02-27T22:38:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f89e513b-30c2-4765-aceb-82776469bd17","html_url":"https://github.com/dennislo/express-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dennislo/express-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennislo%2Fexpress-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennislo%2Fexpress-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennislo%2Fexpress-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennislo%2Fexpress-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennislo","download_url":"https://codeload.github.com/dennislo/express-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennislo%2Fexpress-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["api","boilerplate","cors","es6","express","javascript"],"created_at":"2024-11-29T04:35:15.769Z","updated_at":"2026-04-04T20:32:56.851Z","avatar_url":"https://github.com/dennislo.png","language":"JavaScript","funding_links":["https://github.com/sponsors/dennislo"],"categories":[],"sub_categories":[],"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- 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennislo%2Fexpress-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennislo%2Fexpress-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennislo%2Fexpress-rest-api/lists"}