{"id":29452572,"url":"https://github.com/erikaperciliano/agents","last_synced_at":"2026-04-02T01:02:51.040Z","repository":{"id":304233880,"uuid":"1017690517","full_name":"erikaperciliano/agents","owner":"erikaperciliano","description":"🇧🇷 |  🇺🇸 Aplicação full-stack moderna com Node.js, React, Fastify e PostgreSQL. Projeto escalável com validação robusta e UI elegante.                Modern full-stack app with Node.js, React, Fastify \u0026 PostgreSQL. Scalable project with strong validation and elegant UI.","archived":false,"fork":false,"pushed_at":"2025-07-11T19:06:25.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T21:06:41.923Z","etag":null,"topics":["biomejs","docker","fastify","full-stack","nodejs","postgresql","react","react-query","react-router-dom","shadcn-ui","tailwind","vite","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/erikaperciliano.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-07-11T00:22:10.000Z","updated_at":"2025-07-11T19:10:19.000Z","dependencies_parsed_at":"2025-07-11T21:06:51.862Z","dependency_job_id":"89186f52-4e33-49fe-b367-2010ffa889d7","html_url":"https://github.com/erikaperciliano/agents","commit_stats":null,"previous_names":["erikaperciliano/agents"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/erikaperciliano/agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikaperciliano%2Fagents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikaperciliano%2Fagents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikaperciliano%2Fagents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikaperciliano%2Fagents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikaperciliano","download_url":"https://codeload.github.com/erikaperciliano/agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikaperciliano%2Fagents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["biomejs","docker","fastify","full-stack","nodejs","postgresql","react","react-query","react-router-dom","shadcn-ui","tailwind","vite","zod"],"created_at":"2025-07-13T22:09:08.164Z","updated_at":"2026-04-02T01:02:51.015Z","avatar_url":"https://github.com/erikaperciliano.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🧠 Let Me Ask - Full Stack App\n\n[🇧🇷 Leia em Português](#-projeto-em-português) | [🇺🇸 Read in English](#-project-in-english)\n\n---\n\n## 📌 Projeto em Português\n\nEste projeto é uma base completa de uma aplicação **Full-Stack**, inspirada no projeto **Let Me Ask**, desenvolvido em edições anteriores da NLW.\n\nA proposta deste projeto foi construir do zero uma aplicação moderna, robusta e escalável, utilizando tecnologias atuais e boas práticas de desenvolvimento tanto no front-end quanto no back-end.\n\n---\n\n### 🚀 Tecnologias Utilizadas\n\n#### 🖥️ Front-end\n- React\n- Vite\n- Tailwind CSS\n- shadcn/ui\n- React Router DOM\n- React Query\n\n#### 🌐 Back-end\n- Node.js\n- Fastify\n- Zod (validação de dados)\n- Biome (lint, formatter e types)\n\n#### 🗄️ Banco de Dados\n- PostgreSQL\n- Docker\n\n---\n\n### 📦 Funcionalidades\n\n- API REST estruturada com Fastify\n- Validações robustas com Zod\n- Consumo de dados com React Query\n- Navegação com React Router DOM\n- Interface moderna com Tailwind CSS + shadcn/ui\n- Integração com banco de dados PostgreSQL via Docker\n- Código limpo e padronizado com Biome\n\n---\n\n### 🛠️ Como Rodar o Projeto\n\n#### Pré-requisitos\n\n- Node.js v18+\n- Docker\n- Yarn ou npm\n\n#### Passos\n\n```bash\n# 1. Clone o repositório\ngit clone https://github.com/erikaperciliano/agents.git \ncd agents\n\n# 2. Suba o banco de dados\ndocker-compose up -d\n\n# 3. Instale as dependências\ncd server \u0026\u0026 yarn install\ncd ../web \u0026\u0026 yarn install\n\n# 4. Configure o .env nas pastas server e web\n\n# 5. Inicie os servidores\ncd server \u0026\u0026 yarn dev\ncd ../web \u0026\u0026 yarn dev\n```\n\n---\n\n## 📘 Project in English\n\nThis project is a complete **Full-Stack** application base, inspired by the **Let Me Ask** project developed during previous NLW editions.\n\nThe goal of this project was to build from scratch a modern, robust, and scalable application using up-to-date technologies and best development practices for both the front-end and back-end.\n\n---\n\n### 🚀 Technologies Used\n\n#### 🖥️ Front-end\n- React\n- Vite\n- Tailwind CSS\n- shadcn/ui\n- React Router DOM\n- React Query\n\n#### 🌐 Back-end\n- Node.js\n- Fastify\n- Zod (data validation)\n- Biome (lint, formatter, and types)\n\n#### 🗄️ Database\n- PostgreSQL\n- Docker\n\n---\n\n### 📦 Features\n\n- REST API structured with Fastify\n- Strong validation using Zod\n- Data fetching with React Query\n- Navigation handled with React Router DOM\n- Modern interface with Tailwind CSS + shadcn/ui\n- PostgreSQL integration via Docker\n- Clean, standardized code with Biome\n\n---\n\n### 🛠️ How to Run the Project\n\n#### Prerequisites\n\n- Node.js v18+\n- Docker\n- Yarn or npm\n\n#### Steps\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/erikaperciliano/agents.git\ncd agents\n\n# 2. Start the database\ndocker-compose up -d\n\n# 3. Install dependencies\ncd server \u0026\u0026 yarn install\ncd ../web \u0026\u0026 yarn install\n\n# 4. Configure the .env files in both server and web folders\n\n# 5. Start the servers\ncd server \u0026\u0026 yarn dev\ncd ../web \u0026\u0026 yarn dev\n```\n\n---\n\n## 🤝 Contribuição | Contribution\n\nContribuições são bem-vindas!  \nFeel free to open issues, suggestions, or pull requests.\n\n---\n\n## 🧑‍💻 Licença | License\n\nEste projeto está sob a licença MIT.  \nThis project is licensed under the MIT License.  \nVeja o arquivo [LICENSE](./LICENSE) para mais detalhes.  \nSee the [LICENSE](./LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikaperciliano%2Fagents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikaperciliano%2Fagents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikaperciliano%2Fagents/lists"}