Skip to content

moabualruz/shop

Repository files navigation

Shop Microservice

Infrastructure broad design

Start

  • Clone the 2 sample modules
  • Build up using docker
docker compose up -d
  • Go to each service docker machine and in the module folder:
    • composer packages
      composer install
    • do migrate
      php bin/console doctrine:migrations:migrate

Ports

All ports are forwarded to local host, main ones are:

  • 8030 for voucher service
  • 8040 for order service
  • Please check other ports in the docker-compose.yml file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published