$ git clone https://github.com/RahatHameed/fashionette.git
127.0.0.1 json-api.local
$ docker-compose up -d
$ docker-compose ps
$ docker-compose run php composer install
$ docker-compose run php php artisan migrate
$ docker-compose run php vendor/bin/phpunit
http://json-api.local/?q={show_title}
- We can add Authentication in future if required.
- We can allow passing more parameters to filter our response.
- We can extend our code to integrate more Apis like TvMaze
- We can use other caching tools like redis or memcache.
Application logs can be found on following locations:
logs/nginx/
logs/application/