Find your favorite tv show An API allowing you to search for TV shows by their name, using a simple query string.
- PHP 7.x
- Composer
- Laravel
⚠️ Caution: If use Laravel valet then do the required modifications
git clone git@github.com:Atemndobs/fashion-tv.git
cd fashion-tv
composer install
php artisan serve
or
make start
make test
make api
local api
e.g search for outlander localhost:8000/api?q=outlander
- Dockerise application to ease installation on different environment
- Configure application for deployment / creating CI/CD pipeline for automated deployment
- Generate api documentation e.g using apidoc-generator
- Clean up project and remove unused files