{"id":15025713,"url":"https://github.com/krybc/cart","last_synced_at":"2025-07-06T16:32:34.588Z","repository":{"id":41810391,"uuid":"120906627","full_name":"krybc/cart","owner":"krybc","description":"Simple Symfony 4 shopping cart application. App boilerplate","archived":false,"fork":false,"pushed_at":"2023-01-07T03:58:56.000Z","size":1402,"stargazers_count":21,"open_issues_count":12,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:04:14.310Z","etag":null,"topics":["backend","boilerplate","cart","doctrine-orm","mvc","mysql","php71","symfony","symfony-flex","symfony4","webpack-encore"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krybc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-09T13:05:10.000Z","updated_at":"2024-01-29T22:30:03.000Z","dependencies_parsed_at":"2023-02-06T11:16:39.236Z","dependency_job_id":null,"html_url":"https://github.com/krybc/cart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krybc/cart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krybc%2Fcart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krybc%2Fcart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krybc%2Fcart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krybc%2Fcart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krybc","download_url":"https://codeload.github.com/krybc/cart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krybc%2Fcart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263934887,"owners_count":23532219,"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":["backend","boilerplate","cart","doctrine-orm","mvc","mysql","php71","symfony","symfony-flex","symfony4","webpack-encore"],"created_at":"2024-09-24T20:02:52.911Z","updated_at":"2025-07-06T16:32:34.562Z","avatar_url":"https://github.com/krybc.png","language":"PHP","readme":"# Simple Symfony 4 cart\n\n[![pipeline status](https://gitlab.com/krybc/cart/badges/master/pipeline.svg)](https://gitlab.com/krybc/cart/commits/master)\n[![coverage report](https://gitlab.com/krybc/cart/badges/master/coverage.svg)](https://gitlab.com/krybc/cart/commits/master)\n\n![](./docs/preview.png)\n\n## Requirements\n\n- composer\n- php \u003e= 7.1\n- webpack\n- mysql \u003e= 5.6\n- nodeJS (8.11.1 and above)\n\n\n## Installation\n\n### Docker\n\n- run `git clone https://github.com/kamil-rybczynski/cart.git` command\n- run `docker-compose up --build`\n- log in to app container bash `docker exec -it cart_app /bin/bash`\n- run `cp .env .env.local` and type your environment variables, eg. valid mysql port for the Docker\n- run `composer install`\n- run `php bin/console doctrine:migrations:migrate` to add database tables\n- run `php bin/console doctrine:fixtures:load` to load default products, payments, shipments and discount codes data\n- tap `exit` command and exit from container terminal\n- log in to node container bash `docker exec -it cart_node /bin/bash`\n- run `npm install`\n- run `npm run dev`\n- enjoy that shit in web browser on `http://localhost:8000` URL\n\n### Webserver\n\n- run `git clone https://github.com/kamil-rybczynski/cart.git` command\n- run `composer install` command\n- run `npm install` command to install frontend dependencies\n- add database on your mysql server\n- copy `.env` file to `.env.local` and type your local environment variables, eg. mysql connection\n- run `php bin/console doctrine:migrations:migrate` to add database tables\n- run `php bin/console doctrine:fixtures:load` to load default products, payments, shipments and discount codes data\n- map host to `public` folder\n\n## Running\n\n## Docker\n\n- run `docker-compose up`\n- enjoy that shit in web browser on `http://localhost:8000` URL\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrybc%2Fcart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrybc%2Fcart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrybc%2Fcart/lists"}