To run this library app first install docker dependencies
Postman API collection of library app:
Make sure you are not running webserver or mysql on this ports : [80, 443, 3306, 9000]
-
RUN - cp .env.example .env Set your environment variables (if you need)
-
RUN - docker-compose up -d
-
RUN - docker exec -it app sh Enter to the container in which our library application is run
-
RUN - cd /var/www/html
-
RUN php artisan migrate --seed
-
Exit from container ( RUN - exit )
-
Try postman collection to try API endpoints of Library
GOOD LUCK !