Simple laravel api for test, using best practices and artisan commands to create
- Api routes to Tasks and Image
- Tests
Antes de começar, verifique se você atendeu aos seguintes requisitos:
- Verify to install the latest recent versions to
<php / mysql>
- Compatibilitie to
<Windows / Linux / Mac>
.
To install the project follow the steps:
composer install
cp .env.example .env
php artisan migrate
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.