{"id":23907534,"url":"https://github.com/alexfer/inno","last_synced_at":"2025-04-11T05:50:30.445Z","repository":{"id":196354661,"uuid":"695213127","full_name":"alexfer/inno","owner":"alexfer","description":"Inno e-commerce symfony","archived":false,"fork":false,"pushed_at":"2024-12-30T07:48:11.000Z","size":58488,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T08:34:23.493Z","etag":null,"topics":["docker","ecommerce","elasticsearch","marketplace","mercure","mercure-hub","payment-gateway","php","php8","postgresql","redis","shop","shopping","supervisor","symfony","tailwindcss"],"latest_commit_sha":null,"homepage":"https://github.com/alexfer","language":"PHP","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/alexfer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-09-22T15:49:19.000Z","updated_at":"2024-12-30T07:48:14.000Z","dependencies_parsed_at":"2024-01-25T21:24:14.995Z","dependency_job_id":"35a6087a-9db1-4768-a3fd-8bcd87999820","html_url":"https://github.com/alexfer/inno","commit_stats":null,"previous_names":["alexfer/techspace","alexfer/rgbfly","alexfer/inno"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Finno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Finno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Finno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfer%2Finno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexfer","download_url":"https://codeload.github.com/alexfer/inno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351425,"owners_count":21089271,"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":["docker","ecommerce","elasticsearch","marketplace","mercure","mercure-hub","payment-gateway","php","php8","postgresql","redis","shop","shopping","supervisor","symfony","tailwindcss"],"created_at":"2025-01-05T03:12:40.923Z","updated_at":"2025-04-11T05:50:30.435Z","avatar_url":"https://github.com/alexfer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)\n\nInno E-commerce marketplaces.\n============\n\n- Tailwind theme\n- Bootstrap theme (optional)\n\n### Requirements:\n- [Nginx HTTP Server `1.26.0`](http://nginx.org/en/CHANGES-1.24)\n- [PHP `\u003e=8.3`](https://www.php.net/releases/8.3/en.php)\n- [PostgreSQL `16.*`](https://www.postgresql.org/)\n- [Symfony `7.1.*`](https://symfony.com/releases/7.1)\n- [Redis `7.*`](https://redis.io/downloads/)\n- [Node.js `22.2.0` (includes npm 10.7.0)](https://nodejs.org/en/download) or higher\n- [Yarn `1.22.22`](https://classic.yarnpkg.com/en/docs/install)\n\n### Docker\n- [Currently used](https://github.com/alexfer/docker)\n\n### 1. Clone repository\n```shell\n    $ git clone git@github.com:alexfer/inno.git\n```\n### 2. Prepare configuration\nYou should change database configuration\n```shell\n    $ cd projectdir/\n    $ cp .env.dist .env\n    $ openssl rand -hex 16 \u003e .encryptionKey # generate key\n```\n### 3. Install dependencies use Composer\nUse [Composer](https://getcomposer.org/) install to download and install the package.\n```shell\n    $ composer install\n```\n### 4. Creating a database and fill it with data\n```shell\n    $ php bin/console doctrine:database:drop --force\n    $ php bin/console doctrine:database:create\n    $ php bin/console doctrine:migrations:migrate\n    $ php bin/console doctrine:fixtures:load\n    $ php bin/console app:functions:import\n```\n### 4. Install JavaScript dependencies \u0026 Compile scripts\n```shell\n    $ npm install\n    $ npm run (watch|dev|build)\n```\n##### or\n```shell\n    $ yarn install\n    $ yarn (watch|dev|build)\n```\nBuild production:\n```shell\n    $ npm run build\n```\nCode of Conduct\n============\nI as member, contributor, and leader pledge to make participation in  community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.\n\nContributing\n============\nWe welcome contributions to this project, including pull requests and issues (and discussions on existing issues).\n\nIf you'd like to contribute code but aren't sure what, the [issues list](https://github.com/alexfer/inno/issues) is a good place to start.\nIf you're a first-time code contributor, you may find GitHub's guide to [forking projects](https://guides.github.com/activities/forking/) helpful.\n\nAll contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our [code of conduct](https://github.com/whiteoctober/open-source-code-of-conduct/blob/master/code_of_conduct.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfer%2Finno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexfer%2Finno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfer%2Finno/lists"}