{"id":24635077,"url":"https://github.com/vncsraniery/eventsync","last_synced_at":"2026-02-10T05:32:35.337Z","repository":{"id":257645678,"uuid":"839569529","full_name":"VncsRaniery/EventSync","owner":"VncsRaniery","description":"Uma plataforma moderna e responsiva para a reserva e gerenciamento de eventos","archived":false,"fork":false,"pushed_at":"2025-01-13T02:05:50.000Z","size":4406,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T16:32:56.910Z","etag":null,"topics":["clerk","destaque","nextjs","shadcn-ui","stripe-api","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"https://eventsync-plataform.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-08-07T22:13:41.000Z","updated_at":"2025-01-13T12:30:21.000Z","dependencies_parsed_at":"2025-05-08T20:57:09.075Z","dependency_job_id":"53367fba-bd5e-4141-8176-9573f0ff999d","html_url":"https://github.com/VncsRaniery/EventSync","commit_stats":null,"previous_names":["vncsraniery/app-reserva-de-eventos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VncsRaniery/EventSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2FEventSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2FEventSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2FEventSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2FEventSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VncsRaniery","download_url":"https://codeload.github.com/VncsRaniery/EventSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VncsRaniery%2FEventSync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29291150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"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":["clerk","destaque","nextjs","shadcn-ui","stripe-api","tailwindcss","typescript","website"],"created_at":"2025-01-25T09:14:21.169Z","updated_at":"2026-02-10T05:32:35.317Z","avatar_url":"https://github.com/VncsRaniery.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"start\"\u003e\n  EventSync - Sistema de Reserva de Eventos\n\u003c/h1\u003e\n\n\u003cimg width=\"1280\" alt=\"EventSync Thumbnail\" src=\"/public/assets/Banner.png\"\u003e\n\n## Introdução\n\n**EventSync** é uma plataforma moderna e responsiva para a reserva e gerenciamento de eventos. Este projeto utiliza algumas stacks de tecnologias que garantem desempenho, segurança e uma experiência de usuário intuitiva.\n\nDestaques do projeto: \n- **Estilo elegante e responsivo** com TailwindCSS e UI Shadcn.  \n- **Autenticação segura** e fácil de integrar com Clerk.  \n- **Checkout de tickets** com integração à API Stripe.  \n\n## Tecnologias utilizadas\n\n- **[Next.js](https://nextjs.org/):** Framework React para SSR, rotas dinâmicas e otimização de desempenho.\n- **[TailwindCSS](https://tailwindcss.com/):** CSS utilitário para estilização rápida e responsiva.\n- **[Shadcn UI](https://ui.shadcn.dev/):** Conjunto de componentes acessíveis e personalizáveis.\n- **[Clerk](https://clerk.dev/):** Gerenciamento de autenticação e usuários de forma simples e segura.\n- **[Stripe API](https://stripe.com/docs):** Processamento de pagamentos e gerenciamento de tickets.\n- **[Uploadthing](https://uploadthing.com/):** Upload seguro de arquivos.\n- **[MongoDB](https://www.mongodb.com/):** Banco de dados escalável e flexível para armazenamento de dados.\n\n## Início rápido\n\n### Pré-requisitos\n\nCertifique-se de ter instalado\n\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/EventSync\n   cd EventSync\n   ```\n\n2. Instale as dependências:\n   ```bash\n   npm install\n   ```\n3. Configurar variáveis de ​ambientes:\n\n   ```bash\n   # NEXTJS URL\n   NEXT_PUBLIC_APP_URL=http://localhost:3000\n\n   # CLERK AUTENTIFICAÇÃO\n   CLERK_SECRET_KEY=\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   WEBHOOK_SECRET=\n\n   NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\n   NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\n   NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\n\n   # STRIPE KEYS\n   NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=\n   STRIPE_SECRET_KEY=\n   STRIPE_WEBHOOK_SECRET=\n\n   # UPLOADTHING KEYS\n   UPLOADTHING_SECRET=\n   UPLOADTHING_APP_ID=\n\n   # DATABASE MONGODB URI\n   MONGODB_URI=\n\n   ```\n\n4. Execute o servidor de desenvolvimento:\n   ```bash\n   npm run dev\n   ```\n5. Abra seu navegador e navegue até http://localhost:3000 para ver o site em ação.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsraniery%2Feventsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvncsraniery%2Feventsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvncsraniery%2Feventsync/lists"}