{"id":18577554,"url":"https://github.com/ecomplus/express-app-boilerplate","last_synced_at":"2026-04-09T11:02:28.980Z","repository":{"id":40581049,"uuid":"191993256","full_name":"ecomplus/express-app-boilerplate","owner":"ecomplus","description":"Boilerplate for E-Com Plus apps with Express","archived":false,"fork":false,"pushed_at":"2022-06-26T19:53:23.000Z","size":67,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-08T12:56:43.001Z","etag":null,"topics":["ecommerce-api","ecomplus-integrations","expressjs","nodejs"],"latest_commit_sha":null,"homepage":"","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/ecomplus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-14T19:05:18.000Z","updated_at":"2020-02-23T23:34:21.000Z","dependencies_parsed_at":"2022-08-27T02:48:38.393Z","dependency_job_id":null,"html_url":"https://github.com/ecomplus/express-app-boilerplate","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/ecomplus/express-app-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fexpress-app-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fexpress-app-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fexpress-app-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fexpress-app-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecomplus","download_url":"https://codeload.github.com/ecomplus/express-app-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fexpress-app-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269668186,"owners_count":24456495,"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-10T02:00:08.965Z","response_time":71,"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":["ecommerce-api","ecomplus-integrations","expressjs","nodejs"],"created_at":"2024-11-06T23:29:37.379Z","updated_at":"2025-12-30T21:48:08.755Z","avatar_url":"https://github.com/ecomplus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-app-boilerplate\n\nBoilerplate for E-Com Plus apps with Node.js and Express web framework\n\n[Changelog](https://github.com/ecomclub/express-app-boilerplate/blob/master/CHANGELOG.md)\n\n## Getting started\n\nSetup the source of your new E-Com Plus app with this boilerplate\nby running the following commands (bash):\n\n```bash\nmkdir my-app\ncd my-app\ngit clone https://github.com/ecomclub/express-app-boilerplate.git\ncp -r express-app-boilerplate/app/* ./\nrm -rf express-app-boilerplate\n```\n\nYou should replace `my-app` with the name of your\napplication (on kebab-case).\n\n## Next steps\n\n- Configure custom\n[Store API procedures](https://developers.e-com.plus/docs/api/#/store/procedures/)\nto specify the webhooks your app should receive\nat [`lib/store-api/procedures.js`](https://github.com/ecomclub/express-app-boilerplate/blob/master/app/lib/store-api/procedures.js);\n\n- If your app has custom daemon processes,\nyou may run them from\n[`bin/local.js`](https://github.com/ecomclub/express-app-boilerplate/blob/master/app/bin/local.js);\n\n- Edit\n[`routes/ecom/webhooks.js`](https://github.com/ecomclub/express-app-boilerplate/blob/master/app/routes/ecom/webhook.js)\nto handle received webhooks from Store API properly;\n\n- Add custom web app routes by creating new files to\n[`routes`](https://github.com/ecomclub/express-app-boilerplate/tree/master/app/routes)\nfolder and adding them to Express router at\n[`bin/web.js`](https://github.com/ecomclub/express-app-boilerplate/blob/master/app/bin/web.js);\n\n- You may also create new JS files at\n[`lib`](https://github.com/ecomclub/express-app-boilerplate/tree/master/app/lib)\nfolder to add new methods or handlers to be included\non your app source;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomplus%2Fexpress-app-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecomplus%2Fexpress-app-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomplus%2Fexpress-app-boilerplate/lists"}