{"id":24635089,"url":"https://github.com/vncsraniery/finansys","last_synced_at":"2026-02-07T08:02:16.849Z","repository":{"id":264928288,"uuid":"862615470","full_name":"VncsRaniery/finansys","owner":"VncsRaniery","description":"Um website moderno e totalmente responsivo feito para gerenciar de forma eficaz as suas finanças pessoais.","archived":false,"fork":false,"pushed_at":"2025-10-17T13:58:32.000Z","size":26507,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T16:49:02.091Z","etag":null,"topics":["clerk","destaque","drizzle","honojs","neondb","nextjs","shadcn-ui","tailwindcss","website"],"latest_commit_sha":null,"homepage":"https://finansys-app.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/VncsRaniery.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":"2024-09-24T22:40:46.000Z","updated_at":"2025-10-12T02:31:02.000Z","dependencies_parsed_at":"2025-01-08T00:19:38.691Z","dependency_job_id":"d898ff76-96f5-4e21-a47f-62e12effd7a0","html_url":"https://github.com/VncsRaniery/finansys","commit_stats":null,"previous_names":["vncsraniery/finansys"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VncsRaniery/finansys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2Ffinansys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2Ffinansys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2Ffinansys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2Ffinansys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VncsRaniery","download_url":"https://codeload.github.com/VncsRaniery/finansys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2Ffinansys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29189675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["clerk","destaque","drizzle","honojs","neondb","nextjs","shadcn-ui","tailwindcss","website"],"created_at":"2025-01-25T09:14:23.033Z","updated_at":"2026-02-07T08:02:16.832Z","avatar_url":"https://github.com/VncsRaniery.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"start\"\u003e\n  FinanSys - Gerenciamento Financeiro\n\u003c/h1\u003e\n\n\u003cimg width=\"1280\" alt=\"FinanSys Thumbnail\" src=\"/public/assets/Banner.png\"\u003e\n\n\n## Introdução\n\nFinanSys é um site moderno e totalmente responsivo, construído com uma poderosa pilha de tecnologia. Este projeto mostra o uso de Next.js para renderização no lado do servidor, TailwindCSS para um estilo elegante, UI shadcn para componentes elegantes e Clerk para autenticação segura.\n\n## Tecnologias utilizadas\n\n- **Next.js**: Para construir o site baseado em React.\n- **TailwindCSS**: Para estilizar com CSS utilitário.\n- **Shadcn UI**: Para componentes UI.\n- **Magic UI**: Para componentes UI.\n- **Clerk**: Para autenticação de usuários.\n- **Hono**: Framework para facilitar a criação de APIs performáticas, com uma sintaxe simples e direta.\n- **Neon**: Banco de dados Postgres gerenciado na nuvem, com escalabilidade e alta performance.\n- **Drizzle**: facilita a interação com o banco de dados SQL de maneira eficiente e com total suporte à tipagem TypeScript, o que aumenta a segurança do código.\n\n\n## Início rápido\n\n### Prerequisites\nCertifique-se de ter instalado\n- Node.js\n- Git\n- npm / yarn / pnpm / bun\n\n1. Clonar este repositório:\n\n   ```bash\n   git clone https://github.com/VncsRaniery/FinanSys\n   cd FinanSys\n   ```\n2. Instale as dependências:\n   ```bash\n   npm install\n   ```\n3. Configurar variáveis de ​ambientes:\n   ```bash\n   # app\n   NEXT_PUBLIC_APP_URL=http://localhost:3000\n   \n   # clerk\n   CLERK_SECRET_KEY=\n   CLERK_PUBLISHABLE_KEY=\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL='/onboard'\n\n   # database neon\n   DATABASE_URL=\n   ```\n5. Execute o servidor de desenvolvimento:\n   ```bash\n   npm run dev\n   ```\n6. Abra seu navegador e navegue até http://localhost:3000 para ver o site em ação.\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsraniery%2Ffinansys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvncsraniery%2Ffinansys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsraniery%2Ffinansys/lists"}