AngelPrz8a / Laravel_TDD

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

First the test then the code

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.

Tech Stack

Client: TailwindCSS

Server: Laravel,PHPUnit, Jetstream

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

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.

License:MIT License


Languages

Language:PHP 58.1%Language:Blade 41.3%Language:JavaScript 0.6%Language:CSS 0.0%