steps to follow:
-
git clone [email protected]:rcsofttech85/movie-microservice.git
-
cd movie-microservice
-
docker-compose -f docker-compose.dev.yaml up -d --build
-
cd app && composer install
-
docker exec -it app_container bash
-
bin/console doctrine:migration:migrate
-
bin/console hautelook:fixture:load --no-interaction