Skip to content

Latest commit

 

History

History
executable file
·
27 lines (13 loc) · 869 Bytes

readme.md

File metadata and controls

executable file
·
27 lines (13 loc) · 869 Bytes

Порядок деплоя

git clone [email protected]:MrDreek/kinoafisha-api.git

composer install --no-dev установка зависимостей без require-dev

php -r "file_exists('.env') || copy('.env.example', '.env');"

php artisan key:generate

Указать необходимые данные в файле .env (Подключение к базе, настройки прокси, ключ кинохода)

php artisan config:cache // команда для кеширования настроек окружения

Endpoint

Документация по апи Kinoafisha

GET http://kinoafisha.loc/api/get-city-list

POST http://kinoafisha.loc/api/get-code

POST http://kinoafisha.loc/api/get-seances

POST http://kinoafisha.loc/api/get-movie-detail