{"id":14997806,"url":"https://github.com/ericneves/myfavoritesquotes","last_synced_at":"2026-03-18T00:34:23.278Z","repository":{"id":223174143,"uuid":"752800634","full_name":"EricNeves/myFavoritesQuotes","owner":"EricNeves","description":"Web application created with PHP, Layered Architecture, PHP Unit (Tests), PostgreSQL, Angular, Primeng, Docker, NGINX and more... ","archived":false,"fork":false,"pushed_at":"2024-02-18T18:48:05.000Z","size":521,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T10:20:24.390Z","etag":null,"topics":["angular","docker","layered-architecture","php","phpunit","postgresql","primeng","test-automation","typescript"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EricNeves.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-04T20:43:44.000Z","updated_at":"2024-11-21T20:42:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a060aac-8225-4d72-89b7-f845879a314b","html_url":"https://github.com/EricNeves/myFavoritesQuotes","commit_stats":{"total_commits":76,"total_committers":1,"mean_commits":76.0,"dds":0.0,"last_synced_commit":"19ced4697106b02aa07ca9dd14544f78f12d7cd6"},"previous_names":["ericneves/myfavoritesquotes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmyFavoritesQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmyFavoritesQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmyFavoritesQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmyFavoritesQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricNeves","download_url":"https://codeload.github.com/EricNeves/myFavoritesQuotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243131865,"owners_count":20241311,"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":["angular","docker","layered-architecture","php","phpunit","postgresql","primeng","test-automation","typescript"],"created_at":"2024-09-24T17:32:09.197Z","updated_at":"2025-12-26T01:18:15.271Z","avatar_url":"https://github.com/EricNeves.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cimg src=\".github/quote-96.png\"\u003e\n  \u003cbr /\u003e\n  My Favorites Quotes\n  \u003cbr /\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Aplicação Web desenvolvida com PHP, Testes Unitários, PostgreSQL, Angular, PrimeNG, Docker e entre outros.\n\u003c/h4\u003e \n\n\u003cp align=\"center\"\u003eData de criação: Feb 10, 2024\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/ericneves/myfavoritesquotes?display_timestamp=author\u0026style=flat-square\u0026logo=github\u0026logoColor=white\u0026labelColor=%236c6eff\u0026color=yellow\" alt=\"Github\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/ericneves/myfavoritesquotes?style=flat-square\u0026logo=php\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/ericneves/myfavoritesquotes?style=flat-square\u0026color=%232563EB\"\u003e\n\u003c/p\u003e\n\n![screenshot](.github/screenA.png)\n![screenshot](.github/screenB.png)\n\n### Descrição\n\n**\"My Favorites Quotes\"** é uma aplicação web projetada para permitir que os usuários armazenem e compartilhem suas citações favoritas de maneira conveniente.\n\nNo geral, a aplicação permite que os usuários **armazenem**, **explorem** e **compartilhem** suas citações favoritas.\n\nPrincipais funcionalidades:\n  * Cadastro\n  * Autenticação por JWT\n  * Gerenciamento de Citações\n  * Geração de Citação Aleatória\n\n### Features\n\nNovos recursos foram adicionados no projeto, **principalmente no backend**, uma vez que fora introduzido o padrão de arquitetura em camadas, conhecido como **Layered Architecture**. Essa mudança proporciona uma estrutura mais organizada e modular para o backend da aplicação, permitindo a fácil implementação de testes unitários usando o **PHP Unit**.\n\nA adoção do **Layered Architecture** promove uma melhor organização e separação de responsabilidades no código-fonte. Cada camada da arquitetura possui um conjunto específico de responsabilidades (**Dependency Injection**, **Controllers**, **Factories**, **Repositories**, **Services**, **Http**, **Middlewares**, **Utils** e entre outros).\n\n* API\n  * PHP-v8.2\n    * Layered Architecture\n    * Composer\n    * PSR-1, PSR-4 e PSR-12\n    * phpdoenv-v5.6\n    * phpunit-v10.5\n  * Apache\n    * ModRewrite\n  * Database\n    * PostgreSQL-v15.4\n* UI\n  * Angular-v17\n    * Node-v21\n    * NGINX\n    * typescript-v5.3.2\n    * rxJS-v7.8.0\n    * primeng-17.5.0\n    * primeicons-v6.0.1\n* DevOps\n  * Docker\n    * volumns\n    * networks\n  \n### Execução\n\n```sh\n\n# Clone Repository\n$ git clone https://github.com/EricNeves/myFavoritesQuotes.git\n\n# Folder\n$ cd myFavoritesQuotes/\n\n# Install Dependencies - Angular\n$ cd web \u0026\u0026 pnpm install\n\n# Install Dependencies - PHP\n$ cd www \u0026\u0026 composer update\n\n\n```\n\nAgora, na raiz do projeto **./myFavoritesQuotes** execute o comando abaixo:\n\n```sh\n\n# Execute Docker Command\n$ docker-compose up -d --build\n\n```\n\nO app está rodando nos seguintes processos:\n\n* API: http://localhost:3333 \n* WEB: http://localhost:3131 \n\n### License \n\n\u003cimg src=\"https://img.shields.io/github/license/ericneves/myfavoritesquotes?style=flat-square\u0026color=%232563EB\"\u003e\n\n### Author 🧑‍💻\n\u003ca href=\"https://www.instagram.com/ericneves_dev/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://linkedin.com/in/ericnevesrr\"\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fmyfavoritesquotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericneves%2Fmyfavoritesquotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fmyfavoritesquotes/lists"}