AngelPrz8a / Laravel_PhpUnit

Are two projects to test the code made to see if working as expected, the first is an example to understand the basic sintaxis of PhpUnit validating the correct structure of emails and functions of the post model, the second is a practice to apply tests into a project where create and delete tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

First an Example, Second a Practice

Are two projects to test the code made to see if working as expected, the first is an example to understand the basic sintaxis of PhpUnit validating the correct structure of emails and functions of the post model, the second is a practice to apply tests into a project where create and delete tags.

Tech Stack

Client: TailwindCSS

Server: Laravel,PHPUnit

Installation

  1. Clone this repository.
  2. Navegate to one of the 2 projects directory
  3. Run composer install to install the dependencies.
  4. Configure your environment variables.
  5. Run php artisan key:generate to generate an application key.
  6. Run php artisan migrate to create the tables in your database.
  7. Run php artisan db:seed to fill the database with test data.

Links

portfolio linkedin

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Are two projects to test the code made to see if working as expected, the first is an example to understand the basic sintaxis of PhpUnit validating the correct structure of emails and functions of the post model, the second is a practice to apply tests into a project where create and delete tags.

License:MIT License


Languages

Language:PHP 83.0%Language:Blade 16.7%Language:JavaScript 0.3%