Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 259 Bytes

set up server by running docker-compose up -d --build site

  • nginx - :80
  • mysql - :3306
  • php - :9000

to fill DB with test data run docker exec -it php php artisan migrate:fresh --seed

/api/documentation - Swagger API documentation