{"id":20129271,"url":"https://github.com/cezerin2/store","last_synced_at":"2025-04-09T16:09:09.006Z","repository":{"id":108902664,"uuid":"169804698","full_name":"Cezerin2/Store","owner":"Cezerin2","description":"Cezerin Store - Store Front PWA App for Cezerin - React and Node.js based eCommerce platform.","archived":false,"fork":false,"pushed_at":"2020-11-19T09:36:59.000Z","size":11550,"stargazers_count":55,"open_issues_count":0,"forks_count":49,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-09T16:09:04.021Z","etag":null,"topics":["cezerin","cezerin-store","react"],"latest_commit_sha":null,"homepage":"https://cezerin.org","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/Cezerin2.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":"2019-02-08T22:01:34.000Z","updated_at":"2025-04-04T13:32:35.000Z","dependencies_parsed_at":"2023-04-28T14:01:09.940Z","dependency_job_id":null,"html_url":"https://github.com/Cezerin2/Store","commit_stats":{"total_commits":1179,"total_committers":30,"mean_commits":39.3,"dds":0.3350296861747244,"last_synced_commit":"74d43515f5b6e73c4e77ee29c7da96e764ce85d0"},"previous_names":["cezerin2/store","cezerin2/cezerin2-store"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cezerin2%2FStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cezerin2%2FStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cezerin2%2FStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cezerin2%2FStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cezerin2","download_url":"https://codeload.github.com/Cezerin2/Store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041871,"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":["cezerin","cezerin-store","react"],"created_at":"2024-11-13T20:33:12.624Z","updated_at":"2025-04-09T16:09:08.986Z","avatar_url":"https://github.com/Cezerin2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cezerin-Store - Ecommerce Progressive Web Apps\n\n[![CircleCI](https://circleci.com/gh/Cezerin2/cezerin2/tree/master.svg?style=svg)](https://circleci.com/gh/Cezerin2/cezerin2/tree/master)\n\n\nCezerin2 is React and Node.js based eCommerce platform. Allows creating a Progressive Web Apps. This is based from cezerin after project went dead. (https://github.com/cezerin/cezerin)\n\nBuilt with:\n* Node.js v8.9\n* React v16\n* Redux\n* Express\n* Babel\n* WebPack 4\n\n## Links\n- [GitHub](https://github.com/cezerin2/cezerin2)\n- [Community Site](https://cezerin.org)\n- [Demo Store](https://store.cezerin.com)\n- [Telegram Chat: Cezerin](https://t.me/cezerin)\n- [Forum](https://groups.google.com/forum/#!forum/cezerin)\n- [Docs](https://github.com/cezerin2/cezerin2/blob/master/docs/getting-started.md)\n- [Facebook](https://facebook.com/cezerin)\n- [Twitter](https://twitter.com/cezerin2)\n\n## Store\nSingle-Page Application with React server-side rendering. [Demo store](https://store.cezerin.com)\n\n[![Cezerin Store](https://cezerin.com/assets/images/cezerin-mobile-product.png)](https://store.cezerin.com)\n\n[![Cezerin Store](https://cezerin.com/assets/images/cezerin-mobile-order-summary.png)](https://store.cezerin.com)\n\n## Installation\n\n- [with GitHub](https://github.com/cezerin2/cezerin2/blob/master/docs/getting-started.md)\n- [with Docker](https://github.com/cezerin2/cezerin2/blob/master/docs/getting-started-docker.md)\n- [How to deploy a Cezerin2 on Ubuntu 16.04](https://github.com/cezerin2/cezerin2/blob/master/docs/how-to-deploy-a-cezerin2-on-ubuntu-16-04.md)\n- [How to deploy a Cezerin2 on Ubuntu 18.04.1 (from GitHub)](https://github.com/cezerin2/cezerin2/blob/master/docs/how-to-deploy-a-cezerin2-on-ubuntu-18-04-1-github.md)\n\n### Requirements\n* Node.js \u003e= 8\n\n## Documentation\n\n[Documentation](https://github.com/cezerin2/cezerin2/tree/master/docs)\n\n\n## Application Structure\n\n```\n.\n├── config                   # Project and build configurations\n├── dist                     # Distribution folder\n├── locales                  # Text files\n├── logs                     # Log files\n├── public                   # Static public assets and uploads\n│   ├── admin                # Dashboard index.html\n│   ├── admin-assets         # Dashboard assets\n│   └── content              # Store root folder\n|\n├── scripts                  # Shell scripts for theme install/export\n├── src                      # Store Application source code\n│   ├── client             # Client side code\n│   ├── server             # Server side code\n│   └── shared             # Universal code\n│   └── index.js             # Server application start point\n├── theme                    # Theme as a local package\n└── process.json             # pm2 process file\n```\n\n\n## Contributing\n\nIf you can, please contribute by reporting issues, discussing ideas, or submitting pull requests with patches and new features. We do our best to respond to all issues and pull requests within a day or two, and make patch releases to npm regularly.\n\n\n## Licence\n\nThis software is provided free of charge and without restriction under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcezerin2%2Fstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcezerin2%2Fstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcezerin2%2Fstore/lists"}