{"id":24272525,"url":"https://github.com/cesarobedfl/users_crud_with_custom_login","last_synced_at":"2026-04-12T19:53:20.983Z","repository":{"id":271582519,"uuid":"877620880","full_name":"CesarObedFL/users_crud_with_custom_login","owner":"CesarObedFL","description":"web app with laravel/vue with a user control and custom login","archived":false,"fork":false,"pushed_at":"2025-01-18T21:21:02.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T22:24:24.437Z","etag":null,"topics":["crud","laravel","login","mysql","vue"],"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/CesarObedFL.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-10-24T00:24:48.000Z","updated_at":"2025-01-18T21:21:03.000Z","dependencies_parsed_at":"2025-01-10T18:26:05.144Z","dependency_job_id":null,"html_url":"https://github.com/CesarObedFL/users_crud_with_custom_login","commit_stats":null,"previous_names":["cesarobedfl/custom_login_laravel","cesarobedfl/users_crud_with_custom_login"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fusers_crud_with_custom_login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fusers_crud_with_custom_login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fusers_crud_with_custom_login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fusers_crud_with_custom_login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CesarObedFL","download_url":"https://codeload.github.com/CesarObedFL/users_crud_with_custom_login/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241977540,"owners_count":20051839,"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":["crud","laravel","login","mysql","vue"],"created_at":"2025-01-15T18:27:06.354Z","updated_at":"2025-12-31T01:03:17.946Z","avatar_url":"https://github.com/CesarObedFL.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _USERS CRUD WITH CUSTOM LOGIN_\n\n# Tecnologías\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://laravel.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg\" alt=\"laravel\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n    \u003ca href=\"https://vuejs.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vuejs/vuejs-original-wordmark.svg\" alt=\"vuejs\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \n    \u003ca href=\"https://axios-http.com/docs/intro\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/axios/axios-plain-wordmark.svg\" alt=\"axios\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \n    \u003ca href=\"https://getbootstrap.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg\" alt=\"bootstrap\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n    \u003ca href=\"https://mariadb.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/mariadb/mariadb-icon.svg\" alt=\"mariadb\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \n\u003c/p\u003e\n\n- [Laravel] - Laravel 11 como tecnología principal Backend\n- [Vue3] - Vue 3 Composition API como tecnología principal Frontend\n- [Bootstrap] - Como framework de diseño responsivo css\n- [Axios] - Como tecnología principal para la comunicación asincrona y hacer peticiones entre en frontend y el backend\n- [MariaDB] - Como base de datos relacional\n\n\n# Instalación y Requerimientos\n\n## _requerimientos_\n\n- php ^8.1\n- composer ^2.2.4 \n- gd php library\n\n## _instalación_\n\n- Crea la base de datos: users_crud_db\n    desde la línea de comandos de mariadb: `CREATE DATABASE users_crud_db;`\n- Crea el usuario de la base de datos: users_crud_db_user\n    desde la línea de comandos de mariadb: `CREATE USER 'users_crud_db_user'@'localhost' IDENTIFIED BY 'secret';`\n- Dale permisos al usuario creado en la base de datos:\n    from command line: `GRANT ALL PRIVILEGES ON users_crud_db.* TO 'users_crud_db_user'@'localhost';`\n\n1. Clona este repositorio con el comando `git clone repo_url`\n2. Corre el comando `composer install`\n3. Copia el archivo `.env.example` a `.env` \n4. Actualiza las variables de configuración como la base de datos:\n    - DB_CONNECTION=mysql\n    - DB_HOST=127.0.0.1\n    - DB_PORT=3306\n    - DB_DATABASE=users_crud_db\n    - DB_USERNAME=users_crud_db_user\n    - DB_PASSWORD=secret\n5. Corre `php artisan key:generate` para generar la app key\n6. Corre `php artisan migrate --seed` para generar las migraciones y datos de prueba\n\n## _login_\n\npara ingresar al sistema despues de hacer las migraciones usa las siguientes credenciales:\n\n- user: test1@example.com\n- pass: secret\n\no puedes crear un nuevo usuario en la ruta: `/register`\n\n[Laravel]: \u003chttps://laravel.com/docs/8.x\u003e\n[Bootstrap]: \u003chttps://getbootstrap.com/docs/5.0/getting-started/introduction/\u003e\n[Vue3]: \u003chttps://vuejs.org/\u003e\n[Axios]: \u003chttps://axios-http.com/docs/intro\u003e\n[MariaDB]: \u003chttps://mariadb.com/kb/en/documentation/\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarobedfl%2Fusers_crud_with_custom_login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesarobedfl%2Fusers_crud_with_custom_login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarobedfl%2Fusers_crud_with_custom_login/lists"}