Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/angelprz8a/laravel_tdd
jetstream laravel phpunit tailwindcss test-driven-development
Last synced: 23 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/angelprz8a/laravel_tdd
- Owner: AngelPrz8a
- License: mit
- Created: 2023-12-01T01:02:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:19:11.000Z (11 months ago)
- Last Synced: 2024-09-21T10:04:29.249Z (about 2 months ago)
- Topics: jetstream, laravel, phpunit, tailwindcss, test-driven-development
- Language: PHP
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)
## 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](https://tailwindcss.com)**Server:** [Laravel](https://laravel.com/),[PHPUnit](https://phpunit.de/index.html), [Jetstream](https://jetstream.laravel.com/introduction.html)
## 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](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://angelprz8a.github.io/Portafolio/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/angelprz8a/)## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).