{"id":25353807,"url":"https://github.com/guerrerogenesis/backend-test","last_synced_at":"2026-04-14T04:31:35.802Z","repository":{"id":273767620,"uuid":"920813135","full_name":"guerrerogenesis/backend-test","owner":"guerrerogenesis","description":"Product Management App. Este proyecto es una aplicación Laravel para la gestión de productos que incluye funcionalidades para listar, agregar, actualizar y eliminar productos y categorías. Es consumido por una interfaz frontend creada en React mediante API RESTful.","archived":false,"fork":false,"pushed_at":"2025-01-25T03:19:38.000Z","size":578,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T06:44:13.815Z","etag":null,"topics":["api","crud","database","endpoints","laravel","mvc-architecture","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guerrerogenesis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-22T20:17:01.000Z","updated_at":"2025-01-26T04:25:15.000Z","dependencies_parsed_at":"2025-07-31T05:36:52.925Z","dependency_job_id":null,"html_url":"https://github.com/guerrerogenesis/backend-test","commit_stats":null,"previous_names":["guerrerogenesis/backend-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guerrerogenesis/backend-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fbackend-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fbackend-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fbackend-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fbackend-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guerrerogenesis","download_url":"https://codeload.github.com/guerrerogenesis/backend-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fbackend-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","crud","database","endpoints","laravel","mvc-architecture","mysql","php"],"created_at":"2025-02-14T19:55:46.905Z","updated_at":"2026-04-14T04:31:35.787Z","avatar_url":"https://github.com/guerrerogenesis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Product Management App - Backend Test\n\nEste proyecto es una aplicación Laravel para la gestión de productos que incluye funcionalidades para listar, agregar, actualizar y eliminar productos y categorías. Es consumido por una interfaz frontend creada en React mediante una API RESTful.\n\n\n## Requerimientos\nAsegúrate de tener las siguientes herramientas instaladas en tu máquina:\n\n- PHP 8.3 o superior.\n- Composer 2.8 o superior.\n- Base de datos MySQL.\n- Node.js y NPM (si es necesario para el frontend, como en Laravel Mix).\n\n## Pasos para Clonar el Repositorio\n\n1. **Clona el repositorio:**\n   ```bash\n   git clone https://github.com/guerrerogenesis/backend-test.git\n\n2. **Accede al directorio del proyecto donde lo clonaste:**\n   ```bash\n   cd nombre-del-repositorio\n\n3. **Instala las dependencias:**\n   ```bash\n   composer install\n   npm install *opcional\n\n4. **Copiar el archivo .env.example**\n    Laravel utiliza un archivo .env para la configuración del entorno. Copia el archivo .env.example a .env:\n   ```bash\n   cp .env.example .env\n\n\n3. **Generar la clave de la aplicación**\n    Laravel necesita una clave única para la aplicación. Ejecuta el siguiente comando para generarla:\n   ```bash\n   php artisan key:generate\n\n\n3. **Configurar la base de datos**\n    Abre el archivo .env y configura los parámetros de la base de datos. Por ejemplo, si estás usando MySQL, asegúrate de tener:\n   ```bash\n   DB_CONNECTION=mysql\n   DB_HOST=127.0.0.1\n   DB_PORT=3306\n   DB_DATABASE=nombre_de_base_de_datos\n   DB_USERNAME=usuario\n   DB_PASSWORD=contraseña\n\n\n\n## Pasos para Ejecutar la Aplicación\n\nHay 2 opciones para generar la base de datos\n1. **Correr las migraciones y seeders**\n    Para crear las tablas en la base de datos y llenar los datos iniciales, ejecuta el siguiente comando:\n    ```bash\n    php artisan migrate --seed\n\nO bien\n\n1.**Importar el backup**\n    En la carpeta raiz del proyecto viene un archivo llamado init.sql.zip que se puede utilizar para importar con el gestor de base de datos de su preferencia. Puede ser TablePlus, PHPMyAdmin, etc.\n\n\n2. **Correr el servidor de desarrollo**\n    Para iniciar el servidor de desarrollo de Laravel, ejecuta:\n    ```bash\n    php artisan serve\n\nEsto arrancará el servidor en http://localhost:8000 por defecto. Puedes abrir esa URL en tu navegador para ver la aplicación.\n\n\n\n\n---\n\n\n## Esta proyecto esta desarrollado con:\n\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.\n\nYou may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the [Laravel Partners program](https://partners.laravel.com).\n\n### Premium Partners\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[WebReinvent](https://webreinvent.com/)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[DevSquad](https://devsquad.com/hire-laravel-developers)**\n- **[Jump24](https://jump24.co.uk)**\n- **[Redberry](https://redberry.international/laravel/)**\n- **[Active Logic](https://activelogic.com)**\n- **[byte5](https://byte5.de)**\n- **[OP.GG](https://op.gg)**\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguerrerogenesis%2Fbackend-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguerrerogenesis%2Fbackend-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguerrerogenesis%2Fbackend-test/lists"}