Cart
Simple Symfony 4 shopping cart application. App boilerplate
Install / Use
npx skills add krybc/cartInstalls into whichever agent you are using.
README
Simple Symfony 4 cart

Requirements
- composer
- php >= 7.1
- webpack
- mysql >= 5.6
- nodeJS (8.11.1 and above)
Installation
Docker
- run
git clone https://github.com/kamil-rybczynski/cart.gitcommand - run
docker-compose up --build - log in to app container bash
docker exec -it cart_app /bin/bash - run
cp .env .env.localand type your environment variables, eg. valid mysql port for the Docker - run
composer install - run
php bin/console doctrine:migrations:migrateto add database tables - run
php bin/console doctrine:fixtures:loadto load default products, payments, shipments and discount codes data - tap
exitcommand and exit from container terminal - log in to node container bash
docker exec -it cart_node /bin/bash - run
npm install - run
npm run dev - enjoy that shit in web browser on
http://localhost:8000URL
Webserver
- run
git clone https://github.com/kamil-rybczynski/cart.gitcommand - run
composer installcommand - run
npm installcommand to install frontend dependencies - add database on your mysql server
- copy
.envfile to.env.localand type your local environment variables, eg. mysql connection - run
php bin/console doctrine:migrations:migrateto add database tables - run
php bin/console doctrine:fixtures:loadto load default products, payments, shipments and discount codes data - map host to
publicfolder
Running
Docker
- run
docker-compose up - enjoy that shit in web browser on
http://localhost:8000URL
Related Skills
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
tabularis
4.0kOpen-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN.
