Skip to content

LoubatTh/webapp-e-commerce

Repository files navigation

T-WEB-600

For this project we had to create a e-commerce website using Symfony, React, Postgres, Docker and Stripe.

Team members

  • Matteo Degano
  • Ariirau Fucks
  • Thomas Loubat

Installation

docker compose up --build
make init

If you want to run the app without Docker follow this steps:

Frontend

prerequisites:

  • Node 20.11 or higher
  • Npm
npm i
npm run dev

Backend

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

Tests

Backend

php bin/phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published