Kurulum
git clone [email protected]:ismailcaakir/tk-challenge.git tk-challenge
cd tk-challenge && docker-compose up --build -d
docker exec -it --user=www-data tk-challenge_php_1 bash
composer install
Bilgiler
http://localhost:9999 Host: mysql Username: root Password: 123456
https://documenter.getpostman.com/view/6358839/S1a1b9WJ
Postman Collection -> TK-Challange.postman_collection.json
Swagger YAML -> Tk-Challange.swagger.yaml
Swagger UI -> http://localhost/swagger
Telescope: http://localhost/telescope
Uygulamanın debug edilebilmesi ve telescope kullanılabilimesi için .env dosyasında APP_ENV=local olarak değiştirilmeli. Ayırca APP_DEBUG=true olarak değiştirilmelidir.