Skip to content

Anonym247/library

Repository files navigation

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]

  1. RUN - cp .env.example .env Set your environment variables (if you need)

  2. RUN - docker-compose up -d

  3. RUN - docker exec -it app sh Enter to the container in which our library application is run

  4. RUN - cd /var/www/html

  5. RUN php artisan migrate --seed

  6. Exit from container ( RUN - exit )

  7. Try postman collection to try API endpoints of Library

GOOD LUCK !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages