For this project we had to create a e-commerce website using Symfony, React, Postgres, Docker and Stripe.
- Matteo Degano
- Ariirau Fucks
- Thomas Loubat
docker compose up --build
make init
If you want to run the app without Docker follow this steps:
prerequisites:
- Node 20.11 or higher
- Npm
npm i
npm run dev
You will need to have a postgres database and update the database connector to run the backend without Docker.
prerequisites:
- PHP 8.2 or higher
- Composer
- Symfony cli
composer install
symfony server:start
php bin/phpunit