This software manages, stores and checks watched series, it was created as a part of Laravel training at Alura.
This software there are some features to manage series and its characteristics, such as seasons and watched episodes. See the features below.
In this feature is possible to sign in or sign up from the system, you can to, create a user that can access all the series:
There are a CRUD, developed to manage series' data, such as their seasons and episodes
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to do to run the software:
- PHP 7.3 or greater
- Composer 1.9.0
- Laravel 5.8.38
Follow the steps bellow to install and use the Series Control software:
- Clone this repo with:
git clone https://github.com/matheusolivesilva/series-control.git
- Download the dependencies running:
composer install
- Run the software with Laravel Framework, simply run:
php artisan serve
* If you have issues running Laravel built-in server, you can use PHP server by running:
php -S localhost:yourporthere -t public
Run the tests in command line using:
vendor/bin/phpunit
- Laravel Framework
- VIM Editor
- PHP 7
- Gitflow
- Composer