A project using the TDD (Test Driven Development) methodology, where create first the test then the code that satisfies it and finally optimized it. Checking if the validation, policies, requests and functions are working in different scenarios.
Client: TailwindCSS
Server: Laravel,PHPUnit, Jetstream
- Clone this repository.
- Navegate to one of the 2 projects directory
- Run
composer install
to install the dependencies. - Configure your environment variables.
- Run
php artisan key:generate
to generate an application key. - Run
php artisan migrate
to create the tables in your database. - Run
php artisan db:seed
to fill the database with test data.
The Laravel framework is open-sourced software licensed under the MIT license.