{"id":18221670,"url":"https://github.com/estivenm0/comprana","last_synced_at":"2025-02-23T07:16:28.966Z","repository":{"id":232911205,"uuid":"779021753","full_name":"estivenm0/comprana","owner":"estivenm0","description":"Aplicación web para comprar víveres desde casa y recibirlos en la puerta.","archived":false,"fork":false,"pushed_at":"2024-07-08T13:29:31.000Z","size":3750,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T13:41:19.589Z","etag":null,"topics":["alpinejs","comprana","filament","filamentphp","laravel","laravel10","livewire3","mysql","project","project-laravel","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/estivenm0.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":"2024-03-28T22:03:19.000Z","updated_at":"2024-10-21T17:50:40.000Z","dependencies_parsed_at":"2024-04-22T21:25:02.408Z","dependency_job_id":"3b3175bc-fe96-46a1-a07f-28f3001aefbe","html_url":"https://github.com/estivenm0/comprana","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.23333333333333328","last_synced_commit":"0e6bfcc7c09439493965de4f191f59d1056c0287"},"previous_names":["stivenm0/comprana","estivenm0/comprana"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estivenm0%2Fcomprana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estivenm0%2Fcomprana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estivenm0%2Fcomprana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estivenm0%2Fcomprana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estivenm0","download_url":"https://codeload.github.com/estivenm0/comprana/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280984,"owners_count":19776418,"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":["alpinejs","comprana","filament","filamentphp","laravel","laravel10","livewire3","mysql","project","project-laravel","tailwindcss"],"created_at":"2024-11-03T22:03:48.837Z","updated_at":"2025-02-23T07:16:28.853Z","avatar_url":"https://github.com/estivenm0.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comprana\n\nComprana es una aplicación web monolítica que permite comprar víveres desde casa y recibirlos en la puerta. Ofrece una amplia gama de productos, una interfaz intuitiva para buscar y comprar.\n\nvideo: https://youtu.be/8wZqrtXeqaA\n\n## Contenido\n\n* [Capturas](#capturas)\n* [Requerimientos](#requerimientos)\n* [Instalación](#instalación)\n* [Tecnologías](#tecnologías)\n\n## Capturas\n\n![inicio](https://raw.github.com/stivenm0/comprana/main/public/img/inicio.png)\n\n![tienda](https://raw.github.com/stivenm0/comprana/main/public/img/tienda.png)\n\n![carritos](https://raw.github.com/stivenm0/comprana/main/public/img/carritos.png)\n\n![pedidos](https://raw.github.com/stivenm0/comprana/main/public/img/pedidos.png)\n\n![compra](https://raw.github.com/stivenm0/comprana/main/public/img/compra.png)\n\n![admin](https://raw.github.com/stivenm0/comprana/main/public/img/admin.png)\n\n\n\n## Requerimientos\n\nPackage | Version\n--- | ---\n[Node](https://nodejs.org/en/) | V18\n[Npm](https://nodejs.org/en/)  | V8.18.0\n[Composer](https://getcomposer.org/)  | V2.4.1\n[Php](https://www.php.net/)  | V8.1.10\n[Mysql](https://www.mysql.com/)  |V 8.0.30\n\n\n## Instalación\nAsí es como puede ejecutar el proyecto localmente:\n\n1. Clonar repositorio\n    ```sh\n    git clone https://github.com/stivenm0/comprana.git\n    ```\n\n1. Ingresa al directorio raíz del proyecto\n    ```sh\n    cd comprana\n    ```\n\n1. Copie el archivo .env.example al archivo .env\n    ```sh\n    cp .env.example .env\n    ```\n1. Crea base de datos `comprana` \n\n1. Crea enlace simbólico \n    ```sh\n    php artisan storage:link\n    ```\n\n1. Instala dependencias PHP \n    ```sh\n    composer install\n    ```\n\n1. Genera key \n    ```sh\n    php artisan key:generate\n    ```\n\n1. Instala dependencias front-end\n    ```sh\n    npm install \u0026\u0026 npm run build\n    ```\n\n1. Ejecuta migration\n    ```\n    php artisan migrate\n    ```\n    \n1. Ejecuta seeder\n    ```\n    php artisan db:seed\n    ```\n\n\n## Tecnologías\n\n* Laravel 10\n* Livewire 3\n* Filament \n* MySQL\n* TailwindCss\n* Apine\n\n## DB\n![DB](https://raw.github.com/stivenm0/comprana/main/public/img/compranaDB.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festivenm0%2Fcomprana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festivenm0%2Fcomprana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festivenm0%2Fcomprana/lists"}