/webshop-api

webshop api with api platform

Primary LanguagePHP

Webshop API

how to run migration?

  1. run the mysql container
docker-compose up -d
  1. run migrations
bin/console doctrine:migrations:migrate