{"id":25353809,"url":"https://github.com/guerrerogenesis/e-commerce-test","last_synced_at":"2026-04-10T01:02:33.291Z","repository":{"id":274715800,"uuid":"923601767","full_name":"guerrerogenesis/e-commerce-test","owner":"guerrerogenesis","description":"App con backend para consultar lista de pedidos y detalles de pedidos + frontend para visualizar la data consultando de estos endpoints simulando una sección de ecommerce","archived":false,"fork":false,"pushed_at":"2025-01-28T23:19:27.000Z","size":582,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:55:39.165Z","etag":null,"topics":["api-rest","backend","crud","database","frontend","laravel","mvc-architecture","mysql","php","tailwindcss"],"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}},"created_at":"2025-01-28T14:44:35.000Z","updated_at":"2025-01-31T03:31:19.000Z","dependencies_parsed_at":"2025-01-29T00:21:57.758Z","dependency_job_id":"ab8f7c5f-e7d1-44b4-873b-e3075d96747a","html_url":"https://github.com/guerrerogenesis/e-commerce-test","commit_stats":null,"previous_names":["guerrerogenesis/e-commerce-test"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fe-commerce-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fe-commerce-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fe-commerce-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerrerogenesis%2Fe-commerce-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guerrerogenesis","download_url":"https://codeload.github.com/guerrerogenesis/e-commerce-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247958707,"owners_count":21024821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-rest","backend","crud","database","frontend","laravel","mvc-architecture","mysql","php","tailwindcss"],"created_at":"2025-02-14T19:55:51.998Z","updated_at":"2025-12-30T22:20:41.074Z","avatar_url":"https://github.com/guerrerogenesis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Ecommerce List Orders and Order Detail Views Test\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/e-commerce-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\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\n1.**Importar el backup**\n    En la carpeta raiz del proyecto viene un archivo llamado ecommerce-test.sql 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# Para inicializar las vistas solicitadas, ir a http://localhost:8000/orders\n## Al introducir un User ID, usando el dump de sql proporcionado, con el 1 se presentan las siguientes vistas\n![image](https://github.com/user-attachments/assets/5c594ddb-d080-4341-b431-795133304afe)\n\n![image](https://github.com/user-attachments/assets/c459bbde-26eb-4152-b238-2c5fe8898839)\n\n![image](https://github.com/user-attachments/assets/c0722f57-82ba-4b2c-9f51-e90745aab08b)\n\n\n\n\n\n\n---\n\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%2Fe-commerce-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguerrerogenesis%2Fe-commerce-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguerrerogenesis%2Fe-commerce-test/lists"}