{"id":26233758,"url":"https://github.com/izaiasmorais/pdv","last_synced_at":"2026-04-23T15:37:58.500Z","repository":{"id":281593102,"uuid":"945693515","full_name":"izaiasmorais/pdv","owner":"izaiasmorais","description":"Um PDV completo para restaurantes, bares e lojas gerenciarem seu negócio. Desenvolvido com Next.js e Node.js.","archived":false,"fork":false,"pushed_at":"2025-03-13T16:41:46.000Z","size":146,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T02:49:20.675Z","etag":null,"topics":["crm","dashboard","hooks","nextjs","nextjs15","pdv","playwright","react-hook-form","react-query","reactjs","responsive","shadcn-ui","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://pdv-weld.vercel.app","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/izaiasmorais.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-10T01:17:26.000Z","updated_at":"2025-12-09T11:12:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d28766e-cd74-4e32-8260-448ed98a94e6","html_url":"https://github.com/izaiasmorais/pdv","commit_stats":null,"previous_names":["izaiasmorais/pdv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/izaiasmorais/pdv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaiasmorais%2Fpdv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaiasmorais%2Fpdv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaiasmorais%2Fpdv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaiasmorais%2Fpdv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izaiasmorais","download_url":"https://codeload.github.com/izaiasmorais/pdv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izaiasmorais%2Fpdv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32187399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","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":["crm","dashboard","hooks","nextjs","nextjs15","pdv","playwright","react-hook-form","react-query","reactjs","responsive","shadcn-ui","typescript","zustand"],"created_at":"2025-03-13T01:17:29.169Z","updated_at":"2026-04-23T15:37:58.494Z","avatar_url":"https://github.com/izaiasmorais.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDV\n\n![image](https://github.com/user-attachments/assets/99be07c3-6e86-472b-8ec7-574655c60621)\n\n## Introdução\n\nO melhor PDV para o seu negócio.\n\n\u003cimg src=\"https://img.shields.io/static/v1?label=STATUS\u0026message=DEVELOPING\u0026color=724cff\u0026style=for-the-badge\"/\u003e \u003cimg src=\"https://img.shields.io/static/v1?label=NODE\u0026message=V20.18.1\u0026color=724cff\u0026style=for-the-badge\"/\u003e \u003cimg src=\"https://img.shields.io/static/v1?label=LICENSE\u0026message=MIT\u0026color=724cff\u0026style=for-the-badge\"/\u003e\n\n## Tecnologias\n\n- Linguagem: [TypeScript](https://www.typescriptlang.org/)\n- Biblioteca: [ReactJS](https://react.dev/)\n- Framework: [Next.js](https://nextjs.org/)\n- Componentes: [Shadcn-ui](https://ui.shadcn.com/)\n- Conexão com API: [Axios](https://axios-http.com/docs/intro)\n- Gerenciamento de estados gloabais: [Zustand](https://zustand-demo.pmnd.rs/)\n- Gerenciamento de estados http: [React Query](https://tanstack.com/query/latest/docs/framework/react/overview)\n- Gerenciamento de formulários: [React Hook Form](https://www.react-hook-form.com/)\n- Validação: [Zod](https://zod.dev/)\n- Testes: [Playwirght](https://playwright.dev/)\n\n## Funcionalidades\n\n- [x] Listagem de Produtos\n- [ ] Autenticação via Clerk\n\n## Instalação\n\nClone o repositório:\n\n```bash\ngit clone https://github.com/izaiasmorais/pdv\ncd pdv\n```\n\nInstale as dependências:\n\n```bash\npnpm install\n```\n\nConfigure o arquivo .env com suas credenciais:\n\n```env\nENV=\n```\n\n## Executando o Projeto\n\nInicie o servidor:\n\n```bash\npnpm dev\n```\n\n## Executando testes\n\nExecutar todos os testes no termial:\n\n```bash\npnpm test\n```\n\nExecutar todos os testes através da UI do Playwright:\n\n```bash\npnpm play\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizaiasmorais%2Fpdv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizaiasmorais%2Fpdv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizaiasmorais%2Fpdv/lists"}