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 installto install the dependencies. - Configure your environment variables.
- Run
php artisan key:generateto generate an application key. - Run
php artisan migrateto create the tables in your database. - Run
php artisan db:seedto fill the database with test data.
The Laravel framework is open-sourced software licensed under the MIT license.