Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/angelprz8a/laravel_phpunit
laravel phpunit tailwindcss
Last synced: 23 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/angelprz8a/laravel_phpunit
- Owner: AngelPrz8a
- License: mit
- Created: 2023-12-01T00:37:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:19:41.000Z (11 months ago)
- Last Synced: 2024-10-14T06:01:36.634Z (23 days ago)
- Topics: laravel, phpunit, tailwindcss
- Language: PHP
- Homepage:
- Size: 78.1 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 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](https://tailwindcss.com)
**Server:** [Laravel](https://laravel.com/),[PHPUnit](https://phpunit.de/index.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).